home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11U1.lha / HBBS / Changes.TXT next >
Text File  |  1996-11-07  |  93KB  |  3,279 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                    __________________________________________
  9.                   /                                          \
  10.                  /                                            \
  11.                 :  PLEASE READ ALL OF THIS FILE.  IT CONTAINS  :
  12.                 :    IMPORTANT INFORMATION ABOUT USING HBBS    :
  13.                  \                                            /
  14.                   \__________________________________________/
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. Changes
  22. =======
  23.  
  24. This file details everything I do to hbbs in a coding session starting with
  25. the newest first (so you don't have to scroll to the bottom of the file!)
  26.  
  27. I've noted which versions were alpha releases next to the date, so you can see
  28. just how much work I am doing between releases..
  29.  
  30. Where possible I've detailed the changes under a heading of the program's
  31. filename where code changes have been made,  other changes to the general
  32. setup will just appear under the date.
  33.  
  34. 07-NOV-1996 - Update Pack #1 for A11 uploaded to Aminet
  35. =======================================================
  36.  
  37.   Mail_Write
  38.   ==========
  39.  
  40.     if a handle is entered incorrectly you are prompted to change it, but now
  41.     you actually get the handle in the string buffer to edit!
  42.  
  43.     added lots of GL_HISTORY's everywhere for command line history
  44.  
  45.     changed message about not being able to write multiple messages
  46.     as it doesn't ask you to reenter, it just sends it to the first person
  47.     now it tells you so!
  48.  
  49.   Mail_Read
  50.   =========
  51.  
  52.     if a handle is entered incorrectly you are prompted to change it, but now
  53.     you actually get the handle in the string buffer to edit!
  54.  
  55.     wow, what the bugger, there was loads of unused code in this program
  56.     that I must have forgotten to remove when I copied the code from the
  57.     mail_write.c file..  Anyway, it's removed now..
  58.  
  59.     added ctrl+c checking
  60.  
  61.     fixed problem with deletemail() not letting you delete some of your own
  62.     mail messages to other users
  63.  
  64.       Rules for deting mail
  65.       ---------------------
  66.  
  67.       Users with an access level of 250 or above can ALWAYS delete mail
  68.       from anyone, even if setto non-deletable.
  69.  
  70.       Users can always delete mail that they wrote, even if it's non-deletable
  71.  
  72.       Users can delete messages written to them solong as it's not non-deletable
  73.  
  74.       Users can delete messages from other people if they have the correct
  75.       access settings to allow them to do so
  76.  
  77.  
  78.   Mail_ReadUSER
  79.   =============
  80.  
  81.     changed a few bits and bobs so you can read messages in reverse order
  82.  
  83.     added a displayed message about ctrl+c checking
  84.  
  85.     sysop can read sysop mail nomatter what access level (does SysopAccount
  86.     name checking instead of AccessLevel checking..)
  87.  
  88.   MailCommon.i
  89.   ============
  90.  
  91.     moved a few routines from mail_write to it.
  92.  
  93.   Mail_Scan
  94.   =========
  95.  
  96.     it was scanning for sysop mail for all users, but displaying
  97.     "Scanning Public Mail"
  98.  
  99.     it now displays "Scanning Sysop Mail" and checks to see if the user's
  100.     handle is the same as BBSGlobal->SysopAccount
  101.  
  102.   Mail_Reply
  103.   ==========
  104.  
  105.     recompiled because of MailCommon.i
  106.  
  107.   HBBSNode.library
  108.   ================
  109.  
  110.     Added another paramater to HBBS_AllowConfAccess()
  111.  
  112.   Node_Input.c
  113.   ==============
  114.  
  115.     slight optimization in Get_Line() (codesize redection)
  116.  
  117.  
  118.   JoinConference
  119.   ==============
  120.  
  121.     Updated it to correct some ambigus/missing error messages
  122.  
  123.     Updated to cope with new HBBS_AllowConfAccess()
  124.  
  125.   CheckUser
  126.   =========
  127.  
  128.     Updated to cope with new HBBS_AllowConfAccess()
  129.  
  130.  
  131. 05-NOV-1996 - Alpha Release A11 uploaded to Aminet
  132. ==================================================
  133.  
  134.   Happy guy fawkes day!!!
  135.  
  136.   I've already seen enough fireworks on saturday so I'm going to be boring
  137.   and stay in tonight! :-)
  138.  
  139.   Spent most of the evening tiedying up some config files and checking things
  140.   out, and getting HBBS ready for the next alpha release
  141.  
  142.   XPR
  143.   ===
  144.  
  145.     Opens the serial port with XON/XOFF enabled when you are using a nullmodem
  146.     cable.
  147.  
  148.   Control
  149.   =======
  150.  
  151.     Fixed LoadProtocols() subroutine so that it loads more than one protocol!
  152.  
  153.   Screens.guide
  154.   =============
  155.  
  156.     Updated to document usage of @^@ sequences with regard to print formatting
  157.  
  158.     e.g.
  159.  
  160.     @^-20.20^ComputerName@
  161.  
  162.  
  163.   FileLister
  164.   ==========
  165.  
  166.     Changed some ansi
  167.  
  168.   JoinConference
  169.   ==============
  170.  
  171.     Changed some more ansi
  172.  
  173.     if there are less than 10 confs there is no space between the [ and
  174.     the number anymore
  175.  
  176.   LastCallers
  177.   ===========
  178.  
  179.     Was linewrapping on some terminal emulators, so removed one char from
  180.     the group item
  181.  
  182.   Pager
  183.   =====
  184.  
  185.     Made the Ctrl+C checking actually work :-)
  186.  
  187. 31-OCT-1996
  188. ===========
  189.  
  190.   Versionstrings!
  191.   ---------------
  192.  
  193.     I have gone to great lengths to ensure that every major part of hbbs
  194.     and every door now has a version string.  To check the version of a
  195.     program do "Version <filename> FULL"
  196.  
  197.   FrontEnd
  198.   ========
  199.  
  200.     Added a timeout value of 30 seconds to each password prompt
  201.     so the bbs never sits around waiting for a dumbass user to enter a node
  202.     password!
  203.  
  204.   Pager
  205.   =====
  206.  
  207.     Added Ctrl+C Checking
  208.     (Just for you radiosity... :-)
  209.  
  210.   HBBSCommon
  211.   ==========
  212.  
  213.     changed the HBBS_LogError() function so the log files look nicer and easier to read
  214.  
  215.   Control
  216.   =======
  217.  
  218.     Now writes to the bbs error log file when it is started and stopped
  219.  
  220.   Node
  221.   ====
  222.  
  223.     Now writes to the bbs error log file when a node is started or stopped
  224.  
  225.   XPR
  226.   ===
  227.  
  228.     What a DICK, I'm a HUUUUUGE fat dick.
  229.  
  230.     tho shalt not confuse | with || when setting variables....
  231.  
  232.     i accidentally had the line:
  233.  
  234.     WaitSigs=(1L<<tport->mp_SigBit) || (1L<<NewPort->mp_SigBit);
  235.  
  236.     when it should have been
  237.  
  238.     WaitSigs=(1L<<tport->mp_SigBit) | (1L<<NewPort->mp_SigBit);
  239.  
  240.     so when I did a Wait(WaitSigs) it wait waiting for 0x01 instead of the actual
  241.     signal bits!
  242.  
  243.     Major OOOOops!
  244.  
  245.   Node_Serial.c
  246.   =============
  247.  
  248.     If you are using a null modem cable then it sets the serial port options up
  249.     differently. *D*ocument
  250.  
  251.     **** IMPORTANT ******
  252.  
  253.     if you are using the USRSerial.device and have NullModemCable set to true in the
  254.     device config for a node then you must use a 7 wire null modem cable
  255.  
  256.     If you only have a 3 wire null modem cable then you should use serial.device instead
  257.  
  258.   Transfer
  259.   ========
  260.  
  261.     is displayed "[S]tart Transfer," twice
  262.  
  263.   CheckFiles
  264.   ==========
  265.  
  266.     the "." was not in the list of allowed chars for filenames so it complained
  267.     about more or less every file!
  268.  
  269.  
  270. 29-OCT-1996
  271. ===========
  272.  
  273.   NewUser
  274.   =======
  275.  
  276.     The message in the BBS Log file now contains the handle and group of the
  277.     user just created
  278.  
  279.     ********************************** IMPORTANT ******************************************
  280.  
  281.     The following settings have now been moved to a more suitable location:
  282.  
  283.     HBBS:Conferences/ConfList/NewUserConf -> HBBS:Doors/System/NewUser/NewUser.CFG/ConfNum
  284.     HBBS:BBSGlobal/NewUserAccessLevel     -> HBBS:Doors/System/NewUser/NewUser.CFG/AccessLevel
  285.  
  286.     and a new setting HBBS:Doors/System/NewUser/NewUser.CFG/TimeAllowed has been added
  287.     more to come!
  288.  
  289.  
  290.   HBBSCommon.library
  291.   ==================
  292.  
  293.     HBBS_InitUserData() has been updated, you now pass it an Access level and
  294.     a conf number for it to base its settings on.
  295.  
  296.   structures.h
  297.   ============
  298.  
  299.     BBSGlobal.NewUserAccessLevel
  300.     BBSGlobal.NewUserConf
  301.  
  302.     have both been removed.
  303.  
  304.   Control
  305.   =======
  306.  
  307.     BBSGlobal.NewUserAccessLevel
  308.     BBSGlobal.NewUserConf
  309.  
  310.     are not read from the config files anymore
  311.  
  312. 09-OCT-1996
  313. ===========
  314.  
  315.   Todo.TXT
  316.   ========
  317.  
  318.     Updated this list and ordered most of it.
  319.  
  320.   Account Edit
  321.   ============
  322.  
  323.     Implemented new user searching.
  324.  
  325.   HBBSCommon
  326.   ==========
  327.  
  328.     Fixed and highlighted a few bugs and problems that I've found with a couple
  329.     of my methods
  330.  
  331.   FrontEnd
  332.   ========
  333.  
  334.     Oops! User with a DELETED status could still login! :-)
  335.  
  336. 08-OCT-1996
  337. ===========
  338.  
  339.   Account Edit
  340.   ============
  341.  
  342.     Checks for valid access levels when you change a users access level!
  343.  
  344.  
  345. 02-SEP-1996
  346. ===========
  347.  
  348.   Holy cow-dung batman!
  349.  
  350.   I've not been doing HBBS for over a whole month, sorry about that.
  351.   Anyway, next week I'll be working on HBBS everyday so I should get quite a
  352.   lot done with any luck.
  353.  
  354.  
  355. 21-AUG-1996
  356. ===========
  357.  
  358.   Yoiks, having a girlfriend nicks all your time....
  359.  
  360.   erm, anyway...
  361.  
  362.   Went bug hunting and made a big list of things that I need to do,
  363.   also created HBBS:KnownProblems.TXT listing known problems that are
  364.   NOT technically bugs.
  365.  
  366.   XPR
  367.   ===
  368.  
  369.     Did a bit of optimisation to try and fix the weird timeout problem when
  370.     uploading via a real serial port..
  371.  
  372.   AccountEdit
  373.   ===========
  374.  
  375.     Revamped the code in a BIG way, started adding the stuff for checking for
  376.     new users etc..
  377.  
  378.   Announce
  379.   ========
  380.  
  381.     Changed ansi to make it cooler!
  382.  
  383.  
  384. 05-AUG-1996
  385. ===========
  386.  
  387.   JoinConference
  388.   ==============
  389.  
  390.     Whoops, in my hurry to get this out i forgot to finish the part where
  391.     it rejoin the users prefered conf or lastconf....
  392.     (ie, it ignored the SYSTEM parameter and joined the first conf it found)
  393.  
  394.   Node
  395.   ====
  396.  
  397.     Displays error messages if items from NodeLocal or Device are missing
  398.  
  399.     Oops, TurnOnEchoDelay in the device config was being ignored!
  400.  
  401.   Control
  402.   =======
  403.  
  404.     Displays error messages if items from NodeGlobal are missing
  405.  
  406.   ErrorMessage
  407.   ============
  408.  
  409.     changed so that it replaces @E@ with all the params after the nodenum
  410.     rather than just the first one
  411.  
  412.   HBBSCommon.library
  413.   ==================
  414.  
  415.     HBBS_GetSetting was ignoring VTYPE_TIME.
  416.  
  417. 01-AUG-1996
  418. ===========
  419.  
  420.   PCMCIA scsi cards are cool.....
  421.  
  422.   anyway...
  423.  
  424.   Sorry for the lack of progress over the last couple of weeks, been somewhat
  425.   busy with new toys, linux, women and my car.. :-)
  426.  
  427.   CheckUser
  428.   =========
  429.  
  430.     Now checks for the (lack of) user's conf acs data file.
  431.  
  432.   Account Edit
  433.   ============
  434.  
  435.     ditto
  436.  
  437.   NodeLibrary
  438.   ===========
  439.  
  440.     added HBBS_AllowConfAccess(), call this to see if a user is allowed to
  441.     join the conf number specified..
  442.  
  443.   JoinConference
  444.   ==============
  445.  
  446.     moved AllowAccess() to Nodelibrary :-)
  447.  
  448.   Version Numbers
  449.   ===============
  450.  
  451.     Some people have pointed out that all the version numbers on various parts
  452.     of the program never seem to match up.  Well the reason for this is that
  453.     it's all too easy to forgot to change them..  The one on the Await Screen
  454.     (Await.TXT) should however always have the correct version number on it
  455.     (is it's the easist one to change :-)
  456.  
  457. 25-JUL-1996
  458. ===========
  459.  
  460.   Hey, Linux roolz...  A Much better OS than Windows to run on a PC..
  461.   (he says after installing it on his new laptop computer and playing with that
  462.   for about a week)
  463.  
  464.   Oops. Back to HBBS..
  465.  
  466.   Node
  467.   ====
  468.  
  469.     Fixed a little (?!) bug in my CheckRaw() code,  it wasn't checking to see if
  470.     the serial device or the console device were acutally open before using them
  471.     which resulted in a crash of the node program!
  472.  
  473.     Thanks to Joel for pointing this out to me...
  474.  
  475.   CheckFiles
  476.   ==========
  477.  
  478.     Now checks for invalid chars in filenames, the only chars that are
  479.     allowed are:
  480.  
  481.     "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyz1234567890-_@!"
  482.  
  483. 16-JUL-1996
  484. ===========
  485.  
  486.   Node
  487.   ====
  488.  
  489.     Bug Fix:  DisplaySpecialScreen() was using User.NormalData to find the
  490.     access instead of User.CallData.  This meant screens were not displayed
  491.     if you changed the users access level for the duration of the call!
  492.  
  493.     Added GL_CVTUPPER GetLine() Flag to convert keys to uppercase as they
  494.     are pressed!
  495.  
  496.   Nodelibrary
  497.   ===========
  498.  
  499.     Fixed bug with HBBS_LoadConfAcs  where it was looking for a config
  500.     item called See_XX instead of SeeOverride_XX...
  501.  
  502.   JoinConference
  503.   ==============
  504.  
  505.     Rewrote the entire door, it's better to use, looks nicer *AND* the code
  506.     is realllllly nice now (as opposed to the complete mess it was before..
  507.     I'm ashamed to own up to coding the old one :-)
  508.  
  509.   AccountEditor
  510.   =============
  511.  
  512.     Added option to change preferred conference
  513.  
  514. 15-JUL-1996 - Alpha Release 10a Uploaded to Aminet
  515. ==================================================
  516.  
  517.   Note: if your users have lots of CRC errors when uploading files using the
  518.   serial port then change the xprzmodem.ibrary to a different one.  see files:
  519.   HBBS:System/Amiga/Libs/XPR/xprzmodem#?.library
  520.  
  521.   Rewrote readme.1st as it had become just a touch out of date! :-)
  522.  
  523.   Downloaded Joel Juillerat's doors from aminet and have decided to include
  524.   them in the official HBBS archive as they are quite cool..
  525.  
  526.   The doors can be found in the usual place, the directory names have _JJ added
  527.   to them so you know who's are who's... :-)
  528.  
  529.   See the HBBS:Docs/Doors for details of Joel's doors..
  530.  
  531.   Logout
  532.   ======
  533.  
  534.     Temporarilay disabled option of logging out after a transfer until i have
  535.     a chance to implement it..
  536.  
  537.   Transfer
  538.   ========
  539.  
  540.     Added NOGOODBYE parameter to disable "[G]oodbye After Xfer"
  541.  
  542.   ModifyDIZ
  543.   =========
  544.  
  545.     added an ansi esc seq to move up one line when a blank line is detected
  546.     (e-o-diz) so that the diz looks the same on screen as it will in the file
  547.  
  548.   AddDIZToList
  549.   ============
  550.  
  551.     Now add's the sentby.. (a whole 5 lines of new code..)
  552.  
  553.   ExtractDIZ
  554.   ==========
  555.  
  556.     tells the user what kind of file it is..
  557.  
  558.   FileLister
  559.   ==========
  560.  
  561.     Now displays sentby lines!
  562.  
  563. 13-JUL-1996 - Alpha Release 10 Distributed Today (Only On Utopia!)
  564. ==================================================================
  565.  
  566.   Utopia! BBS is now set-up again, the number to call is +44(0)1202 434121
  567.  
  568. 09-JUL-1996
  569. ===========
  570.  
  571.   Did a bit of testing HydraBBS from work today, It seems actually pretty
  572.   fast on the users side even when using a 14.4k modem with HyperTerminal
  573.   on windows '95 :-)
  574.  
  575.   Shell
  576.   =====
  577.  
  578.     Just realised that XPR needs a trailing / or : on any download path (adds names to path)
  579.     so had to modify the xpr door call.
  580.  
  581.     Sets the new action flag, ACTN_USEDSHELL (see defines.h)
  582.  
  583.   XPR
  584.   ===
  585.  
  586.    changed it so that you don't need /'s to be on the end of a path! :-)
  587.  
  588.   HBBSCommon.Library
  589.   ==================
  590.  
  591.     HBBS_ValidUserHandle() checks for ;'s and ,'s in the username, returns FALSE if found..
  592.  
  593. 08-JUL-1996
  594. ===========
  595.  
  596.   All in all, a good days work...
  597.  
  598.   Shell
  599.   =====
  600.  
  601.     Fixed the shell door so that it doesn't take creds for downloaded files :-))
  602.     :-) Hhehehheehheeee... Ooops, giggle, smirk hehehe hohoho haha...
  603.  
  604.     also fixed it's incorrect responce of "Command Not Found" when a program returned
  605.     an errorlevel.. :-)
  606.  
  607.   XPR
  608.   ===
  609.  
  610.     Fixed stack problems, (see the __stack and scoptions...)  xpr does not work
  611.     unless you set CODE and DATA to FAR, so __stack must be __near'd....
  612.  
  613.     fixed the W=<uploaddir> options so that it works
  614.     now :-) hehe,  i was actually checking for existance of the file in the
  615.     wrong place! Oops!
  616.  
  617.   Node
  618.   ====
  619.  
  620.     Whay, cool....  Added IN_DIALOUT to possible returns for GetLine()
  621.     if the await connect door gets it then it'll ask for a phone number
  622.     and it'll dial it... This roolz as it means sysops have the possibility
  623.     to initiate a call rather than the user!  Most excellent!
  624.  
  625.   AwaitConnect
  626.   ============
  627.  
  628.     Added support for IN_DIALOUT, oh yeah, you need to press Shift + F9
  629.     on the await screen to use it!
  630.  
  631.  
  632.   Mail_Write
  633.   ==========
  634.  
  635.     Added new option to config file (HBBS:Doors/User/Mail/Mail.CFG)
  636.     called DefaultExpiryDays, defaults to 30 days. All messages can be made
  637.     to expire by use of the access setting:  AutoExpireMsg=YES
  638.  
  639.   ExtractDIZ
  640.   ==========
  641.  
  642.     Displays name of file..
  643.  
  644.   HBBSCommon.library
  645.   ==================
  646.  
  647.     Fixed a bug in HBBS_RunDOSCMD() where i was using replace() directly on one
  648.     of the inputs to the function, rather than taking a copy of the input and using
  649.     that (which it now does)  this could have caused memory corruption!!
  650.  
  651.     also made it so that it *ALWAYS* opens an output handle. instead of only
  652.     opening an ouputhande when noredirection was used...
  653.     (this seems to have fixed the random lockups of the shell door)
  654.  
  655.   Editor
  656.   ======
  657.  
  658.     added GL_HISTORY to the GetLine() call..
  659.  
  660.     added Line Editing
  661.  
  662.     added message listing..
  663.  
  664.     added ability to delete lines
  665.  
  666.     added a CLS option, press W at the menu prompt, it's not on the list tho...
  667.  
  668. 07-JUL-1996
  669. ===========
  670.  
  671.   Wall
  672.   ====
  673.  
  674.     Changed the format of the history file, it no longer pads the output string
  675.     and adds the handle to the end of it.
  676.  
  677.   Logout
  678.   ======
  679.  
  680.     If you have tagged files it will display them (via the A door, "A L")
  681.     then it will ask you if you are sure you want to logout now..
  682.  
  683.     You can use the N parameter (N for NOW) on the logout command to
  684.     skip checking.  i.e.  "G N" to logout without checking tagged files
  685.  
  686.  
  687.  
  688.   Shell
  689.   =====
  690.  
  691.     did a bit more flaffing around with this door, at the moment it seems
  692.     to lockup randomly while running a command (locks up doing HBBS_RunDOSCMD()
  693.     Doesn't seem to be a stack related problem, i can't seem to figure out what
  694.     the blazes is going wrong with it...)
  695.  
  696.   XPR
  697.   ===
  698.  
  699.     Added a W=<upload path> option to the commandline, so that if you want to
  700.     pass it some filenames with a full path, it'll add whatever path you specify
  701.     with this parameter.
  702.     note: don't use dirs with spaces in! *C*
  703.  
  704.   Node_Input.c
  705.   ============
  706.  
  707.     Modified GetL_ine() so that when you use the PasswordChar parameter with a
  708.     promptstr the promptstr is displayed using the PasswordChar.
  709.  
  710.     * Thanks to Joel for noticing that problem!
  711.  
  712.  
  713. 05-JUL-1996
  714. ===========
  715.  
  716.   Shell
  717.   =====
  718.  
  719.     Created a cool (and simple) shell door for sysops to use, features
  720.     uploading and downloading to current directory! Woooooo!
  721.  
  722.  
  723. 01-JUL-1996
  724. ===========
  725.  
  726.     ************************* VERY IMPORTANT *****************************
  727.     ************************* VERY IMPORTANT *****************************
  728.  
  729.     ************************* VERY IMPORTANT *****************************
  730.     ************************* VERY IMPORTANT *****************************
  731.  
  732.     ************************* VERY IMPORTANT *****************************
  733.     ************************* VERY IMPORTANT *****************************
  734.  
  735.   As of today, all Command config files are changed!!! Read on...
  736.  
  737.   Node
  738.   ====
  739.  
  740.     <doorname>_Type_<num> params in command files have been changed!
  741.     Now use one of CLS, CLI, HBBS, ECHO, DOS, SCREEN or SSCREEN
  742.     i.e. NORMAL has been changed to HBBS
  743.  
  744.     Right, small change, but big effect...  All _Door_ options in command files
  745.     take the following format... (For CLI and HBBS type doors only)
  746.  
  747.     <doorname>_Door_<num>=<path+file of door> [<params>][{N}][{O}][<more params>...]
  748.  
  749.     e.g.
  750.  
  751.     FR_Type_1=HBBS
  752.     FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  753.     FR_Param_1=REVERSE
  754.  
  755.     {N} is replaced with the nodenum
  756.     {O} is replaced with the options typed at the bbs prompt, so if a user on
  757.     node 2 types in
  758.  
  759.       FR -1
  760.  
  761.     The actual command that gets run is:
  762.  
  763.       HBBS:Doors/User/FileLister/FileLister.HBBS 2 -1
  764.  
  765.     you can use {N} and {O} ANYWHERE in the Door_ parameter, so you could even run
  766.     different executable files from different directories depending on what node you were
  767.     on....
  768.  
  769.     I may decide to create more {x} codes in the future too... Any suggestions welcome..
  770.  
  771.     This makes running doors even more flexible now...
  772.  
  773.     example..  before now, you had to specify a system option to the mail door to force
  774.     it to a particular type of mail. e.g.
  775.  
  776.     C_Type_1=NORMAL
  777.     C_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS
  778.     C_Param_1=COMMENT
  779.  
  780.     But now you can set it up like this...
  781.  
  782.     C_Type_1=HBBS
  783.     C_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} S {O}
  784.  
  785.     which is the same as the user typing "E C" at the bbs prompt...
  786.  
  787.     You can even do this: (example for nodestats)
  788.  
  789.     NSTAT_Type_1=SSCREEN
  790.     NSTAT_Door_1=NSTATS{N}
  791.  
  792.     so if you were on node 2 and you typed NSTAT you'd get the screen called
  793.     HBBS:Screens/Special/NSTATS2.TXT
  794.  
  795.     Cool or what ?
  796.  
  797.     Hope you all understand that and my reason for doing it.  And sorry for the
  798.     inconvenince of making you change ALL your command files :-(
  799.  
  800.   Wall
  801.   ====
  802.  
  803.     Now creates Wall.History in it's progdir:  this records time/date/handle and text
  804.  
  805.   HBBSCommon.Library
  806.   ==================
  807.  
  808.     Updated AssignOK() to cope with "Progdir:" which is a valid assign, but does not
  809.     appear on volume lists! Ooohhh...  I love you C=!
  810.  
  811.     I've only noticed this now cos I changed the wall which uses HBBS_SaveConfig()
  812.     which uses AssignOK() on the path...
  813.  
  814.  
  815.   Mail_Reply
  816.   ==========
  817.  
  818.     Updated the quoting of messages part.  You now get the option to quote all the
  819.     message or just a section of it.. (At Last!!!!!)
  820.  
  821.   Mail_Read
  822.   =========
  823.  
  824.     If a message has no expiry date, then it won't be printed on the screen
  825.  
  826.   Zippy
  827.   =====
  828.  
  829.     Added Ctrl-C checking and fixed a bug where it sometimes displayed the last line
  830.     twice of the last file in the filelist
  831.  
  832.   JoinConf
  833.   ========
  834.  
  835.     Fixed so it logs you off if you can't rejoin any conferences at login time...
  836.  
  837. 30-06-1996 Update Pack #3 Released
  838. ==================================
  839.  
  840.   Oh bugger...  I've made a slight miscalculation on the FILE_ID lengths
  841.   i thought 48 would work, but it was 3 chars too long (causes linewrap)
  842.   so I've had to change it to 45,  BUT, the sentby in the user.data is still
  843.   set to 48, doh...  I've added a #define called LEN_DIZWIDTH now...
  844.  
  845.   I'll not change the sentby length to 45 until the next full alpha release...
  846.   (however, the sentby door and the ModifyDIZ doors have been corrected..)
  847.  
  848.   SentBy
  849.   ======
  850.  
  851.     Changed to cope with LEN_DIZWIDTH
  852.  
  853.     Changed the ANSI
  854.  
  855.   ModifyDIZ
  856.   =========
  857.  
  858.     Changed to cope with LEN_DIZWIDTH
  859.  
  860.   HBBSCommon.library
  861.   ==================
  862.  
  863.     Changed HBBS_RunDOSCMD() so that it supports redirection.
  864.  
  865.     if it detects a > or < charater in the command it is going to run it will
  866.     not open the standard console output.
  867.  
  868.   Time (T at BBSPrompt)
  869.   =====================
  870.  
  871.     Created a new door, uing the new features of HBBS_RunDOSCMD().  It now
  872.     writes the time to a temp file, and runs figlet to convert this file
  873.     into cool ascii which is then displayed using DOOR_DisplayScreen()
  874.     if you look at the source you'll see why I had to change HBBS_RunDOSCMD()
  875.     above.
  876.  
  877.   FileHistory
  878.   ===========
  879.  
  880.     Called after ExtractDIZ, this door create a file called <Filename>.History
  881.     in lha archives and lists all the bbs's, users and time/date of upload
  882.     to that bbs so you can trace the file!  Cool for bbs/trader charts.
  883.  
  884.   HBBS:System/FileID
  885.   ==================
  886.  
  887.     Added <>nil: to each of the commands so that no output is seen from them
  888.     (previously a window appeared on the control screen and went away again
  889.     which was a bit annoying if you were trying into another window at the same
  890.     time as a file_id.diz was being extracted! hehe..)
  891.  
  892.   Docs
  893.   ====
  894.  
  895.     Updaed a few of the docs, created a nw subdir in HBBS:Docs called Doors
  896.     in which you should store all your .Guide files for all your doors.
  897.     Don't forget to update DOORIndex.Guide when you put a new file in there
  898.  
  899.   FileLister
  900.   ==========
  901.  
  902.     Found a rather major bug in the "New" list part of the program, it did't
  903.     work unless there was a blank line between each file in the filelist!!?!!
  904.  
  905.   HBBSCommon.Library
  906.   ==================
  907.  
  908.     was not initalising User->SentBy which caused a new user to get the sentby
  909.     of the last person that logged in, fixed now
  910.  
  911.   MailScan
  912.   ========
  913.  
  914.     wasn't checking for the access level setting, therefore users could read
  915.     mail that had an access level above their own access level, fixed now...
  916.  
  917. 29-06-1996 Update Pack #2 Released
  918. ==================================
  919.  
  920.   Argh, I hate getting colds... (the flu..)
  921.  
  922.   CheckTags
  923.   =========
  924.  
  925.     Prints the date the user last called instead of DD/MMM/YY now..
  926.  
  927.   CheckFiles
  928.   ==========
  929.  
  930.     Now sets the user's LastUploadDate when a file is uploaded to a conference
  931.     dir.
  932.  
  933.   Node
  934.   ====
  935.  
  936.     added two new @^@ codes, TIME and DATE... :-)
  937.  
  938.   Screens
  939.   =======
  940.  
  941.     changed the await screen again.
  942.  
  943. 27-06-1996
  944. ==========
  945.  
  946.   Most of today's coding was working on implementation of user time stuff.
  947.  
  948.   FileLister
  949.   ==========
  950.  
  951.     Pressing Ctrl-c now displays the Prompt that you'd normally get at the
  952.     bottom of a page, cool!
  953.     Also fixed bug in that it would always say End-Of-File even tho it wasn't
  954.     at it.. (this was just the wrong string passed to DOOR_MenuPrompt())
  955.  
  956.   Frontend
  957.   ========
  958.  
  959.     added GL_NOOLM's too all the GetLine()'s...
  960.  
  961.   Logout
  962.   ======
  963.  
  964.     Moved most of the door to DOOR_Goodbye();
  965.  
  966.   CommandPrompt
  967.   =============
  968.  
  969.     Added Autologoff when time runs out...
  970.  
  971.     Displays a message when a users time runs out if it can't find the specialscreen "NOTIME"
  972.  
  973.   Access.h
  974.   ========
  975.  
  976.     Added New Access Settings (120-123, Unlimxxxx)
  977.  
  978.   Account Edit
  979.   ============
  980.  
  981.     Added options (12,13 and 14) regarding time settings
  982.  
  983.   HBBSNode.library
  984.   ================
  985.  
  986.     added HBBS_TimeOnline() and HBBS_TimeLeft(), HBBS_TimeLeft() returns a LONG
  987.     and can be a negative value (i.e. been on more that alloted time..)
  988.  
  989.     Updated {L} code (TimeLeft)
  990.  
  991.     Added {O} code for time online
  992.  
  993.     Updated LoadAccess() to cope with new access settings (see above)
  994.  
  995.     Added DOOR_Goodbye() which performs all the things needed to complete a sucessful logoff..
  996.     (see Logout above)
  997.  
  998.   Node
  999.   ====
  1000.  
  1001.     now adds "Time Online: <mins>" to the callers log when a user logs off..
  1002.     so adjust your bulletin makers to find out how long a bbs was used for in a 24hr period.
  1003.     (for instance..)
  1004.  
  1005.     Added a new @^@ Code called @^TIMELEFT@
  1006.  
  1007.     Updated the @^TIMEUSED@ code.
  1008.  
  1009.   Reminder: {?} codes are used on prompts (like command prompt)
  1010.             @^@ codes are used in screens (like the stats screen)
  1011.  
  1012.  
  1013. 25-06-1996
  1014. ==========
  1015.  
  1016.   HBBSNode.Library
  1017.   ================
  1018.  
  1019.     ***** ADDED DOOR_CheckRaw(), see HBBS:Source/Doors_User/Test/Main.C for an example
  1020.     of Ctrl-C checking.  Basically, the gist of this function is that you call it
  1021.     and it returns true if it got a byte of data from either the serial port
  1022.     or the console device (depending on what was asked for..), you then check
  1023.     N_ND->CurrentLine[0] for that byte that was received.
  1024.     N_ND->CurrentLine[1] is set to 0 (to null terminate it)
  1025.     N_ND->CurrentLine[2] is set to 0x01 to denote input from console or 0x02 for serial
  1026.  
  1027.     note:  if the sysop was to press Cursor left at *exactly* the same time as the user
  1028.     on-line then you might get a weird result if you were checking for the 2 character
  1029.     control sequence that pressing cursor left gives you.  However, console input is
  1030.     processed before serial input so you might not!..
  1031.  
  1032.       i.e.  check console
  1033.             if data from console then return true
  1034.             check serial
  1035.             if data from serial then return true
  1036.             return false
  1037.  
  1038.     anyway, all those door codes who wanted raw input, here it is, so get coding raw
  1039.     input doors NOW...  I'll be updating all my filelister/text viewer doors for
  1040.     ctrl-c checking v.soon...
  1041.  
  1042.   FileLister
  1043.   ==========
  1044.  
  1045.     When doing non-stop lists (a or l), it will now check for ctrl-c at the bottom of each
  1046.     page.  Wow!
  1047.  
  1048. 24-06-1996
  1049. ==========
  1050.  
  1051.   CUNTS,  CUNTS the lot of em...  I hate people that nick car stereo's...  Today I wake
  1052.   up, go to the car and it's been fucking broken into.  I have all the luck..  I'd just
  1053.   kitted it out with 1200 quid's worth of stereo.. (oh, yeah, I bought a nice new BMW 316
  1054.   last month, so I'm now the proud owner of 2 of them! Heheh, this one's much newer and
  1055.   faster tho... has lowered suspension too.. Anyway...)  Oh well, there goes another 500
  1056.   quid to replace the Multi-CD player, Broken glass and Infared Remote control for
  1057.   the head unit..
  1058.  
  1059.   Didn't do any work on HBBS today as I was too busy repairing my A4000's hard disks
  1060.   after a major crash...  Fortunatly I didn't loose any HBBS stuff at all...
  1061.  
  1062. 23-06-1996
  1063. ==========
  1064.  
  1065.   HBBSNode.library
  1066.   ================
  1067.  
  1068.     fixed a slight bug that caused HBBS to crash if you started a node, logged
  1069.     in, logged out, shutdown and then restarted and then logged in..  As you
  1070.     can see it was a BIT hard to find :-) heheh..
  1071.  
  1072.  
  1073.  
  1074. 22-06-1996
  1075. ==========
  1076.  
  1077.   Included some 3rdParty software in HBBS:Utils/3rdParty
  1078.  
  1079.     Mirage - A very cool IFFANIM-ANSIANIM converter!
  1080.  
  1081.     THEAnsiEd - A beta version of an ANSI editor written by me,  It's
  1082.                 not finished yet, but you can use it to create 100%
  1083.                 perfect ansi files (unlike other ansi editors)
  1084.                 A lot of menu functions and features do not work yet
  1085.                 and it's also a bit slow on the old screen refresh, but
  1086.                 it's still cool...
  1087.  
  1088.                 Oh, and It also supports @^@ codes in files! (AutoDetects
  1089.                 an HBBS file... Cool or what ! !?!?!?!?!?!!!!)
  1090.  
  1091.   Node
  1092.   ====
  1093.  
  1094.     Added GL_NODISTURB  DOOR_GetLine() flag, if set, hbbs will not disturb the
  1095.     characters on the right hand side of where the string is to be entered.
  1096.  
  1097.     e.g.  you can now write some text like this "Enter ID: [  ]" and with the
  1098.     GL_NODISTURB flag set the ] will stay firmly in place...
  1099.  
  1100.     However, don't use a maxlen value that makes hbbs linewrap
  1101.       (i.e.  don't position ask for a string 20 chars long when you're starting
  1102.       at position 70)
  1103.  
  1104.     At the moment it's best not to specify GL_HISTORY as pressing up/down
  1105.     (and ctrl-x) wipes the line.  to be fixed shortly..
  1106.  
  1107.   AccountEdit
  1108.   ===========
  1109.  
  1110.     Fixed (slight) bug on length of ConfAcsDataFile was set to LEMN_GROUP instead of LEN_CONFACSFILE
  1111.  
  1112.     Added new option to change the SentBy string
  1113.  
  1114.   AskSentBy (SENT at bbs prompt)
  1115.   ==============================
  1116.  
  1117.     Created door.
  1118.  
  1119.  
  1120. 21-06-1996
  1121. ==========
  1122.  
  1123.   No work really, just tiedied a few files here and there..
  1124.  
  1125. 20-06-1996
  1126. ==========
  1127.  
  1128.   Skived work today after getting completely wasted last night, so I've got a bit of time
  1129.   on my hands today.
  1130.  
  1131.   Node
  1132.   ====
  1133.  
  1134.   Fixed small bug with the commands that were created from @^SYSDOOR@ commands in
  1135.   screens.
  1136.  
  1137.   AccountEdit
  1138.   ===========
  1139.  
  1140.     Changed this a bit to validate Access Levels, also added a Validate User option
  1141.     and a tiny bit of help regarding it..
  1142.  
  1143.   FrontEnd
  1144.   ========
  1145.  
  1146.     Hack door can be called with several parameters now, they are:
  1147.  
  1148.       TIME  -  User has no time left today.
  1149.       PSWD  -  Password Failed
  1150.       LOCK  -  Account Is Locked Out (Status=L)
  1151.  
  1152.     with these parameters the user has the chance to leave a message to the sysop
  1153.     so that the sysop can get back to the user.  Heheh, so you can have loads of
  1154.     users annying the bollox of you asking for more time! :-)
  1155.  
  1156.   Hack
  1157.   ====
  1158.  
  1159.     Created Door!
  1160.  
  1161.     It also used some special screens, depending on the reason for the hack attempt
  1162.     to be caused (no time, password, locked account) HACK will display a different
  1163.     screen, so far these are: HACK_PSWD, HACK_LOCK, HACK_TIME.
  1164.     When the user logs off again the screen HACK_BYE is displayed..
  1165.  
  1166.     Have a look in HBBS:Screens/Special for examples
  1167.  
  1168. 19-06-1996
  1169. ==========
  1170.  
  1171.   Happy Birthday To Me!!
  1172.  
  1173.   Uploaded to Aminet, Comm/BBS/HydraBBSA9.lha and Comm/BBS/HydraBBSA9src.LHA
  1174.  
  1175. 18-06-1996
  1176. ==========
  1177.  
  1178.   Whay, it's my birthday tomorrow!
  1179.  
  1180.   SetSuspect
  1181.   ==========
  1182.  
  1183.     Yeah, you'll like this handy util... Ever had a user do weird things on your bbs
  1184.     and you wondered what had happened ?  then this door is for you!
  1185.  
  1186.     You give it a list of users that you think are suspect and when they log on
  1187.     next, the doorlog setting in your nodes config is overridden having
  1188.     the effect of making it log all doors that are used by the user!  Cool...
  1189.  
  1190.     Checkout the Source Code of the door for full details Doors_System/SetSuspect
  1191.  
  1192.   Mail_Write
  1193.   ==========
  1194.  
  1195.     You can now specify what type of mail you are going to write by using
  1196.     system parameters, see the EC door example in HBBS:Commands/Level_50
  1197.  
  1198.     use any of the following: COMMENT, PUBLIC, CONFERENCE, USER, INTERNET
  1199.  
  1200.   Docs
  1201.   ====
  1202.  
  1203.     Added info about WebSite in HBBS.Guide
  1204.  
  1205.   Control
  1206.   =======
  1207.  
  1208.     Pressing "Configure" with the Config window already open brings it to the front!
  1209.  
  1210.   Node
  1211.   ====
  1212.  
  1213.     Added DoorLog and DoorLogFile and DoorLogOverride to Node (see shared.c, NodeLocal,
  1214.     NodeGlobal, structures.h)  DoorLogOverRide is only set for the duration of the call
  1215.     and may be set by any door to start logging doors from that point on,  setting
  1216.     N_ND->DoorLogOverRide to TRUE means that any door that's run will be logged in the
  1217.     file specified by N_ND->NodeSettings->DoorLogFile regardless of wether
  1218.     N_ND->NodeSettings->DoorLog is ON or OFF.
  1219.  
  1220.  
  1221.     Totals: <data> gets written to the callers log now, so that other programs can see
  1222.     what the user did when online..
  1223.  
  1224.     e.g.
  1225.  
  1226.       18-JUN-1996 21:56:34 ************************************************[LOCAL]**
  1227.       18-JUN-1996 21:56:35 User logged in, Handle: Hydra Group: LSD Speed: LOCAL
  1228.       18-JUN-1996 21:58:43 Actions: SWR
  1229.       18-JUN-1996 21:58:43 Totals: FU=0 FD=0 BU=0 BD=0 PM=0 NK=0 MR=6 MW=3
  1230.       18-JUN-1996 21:58:44 End Of Session
  1231.  
  1232.     Item   Meaning
  1233.  
  1234.     FU     Files Uploaded
  1235.     FD     Files Downloaded
  1236.     BU     Bytes Uploaded
  1237.     BD     Bytes Downloaded
  1238.     PM     Pages Made
  1239.     NK     Files Nuked (that is, other users files that the user nuked using a nuker)
  1240.     MR     Messages Read
  1241.     MW     Messages Written
  1242.  
  1243.     The oder of these may change, and more will probably be added, they also might
  1244.     not all be two charater codes (may be more, maybe less...)  so make your doors cope!
  1245.  
  1246.   Structures.h
  1247.   ============
  1248.  
  1249.     Added KeepDIZWithFile to ConfData, also see the ConfConfig files for a setting
  1250.     of the same name...
  1251.  
  1252.   MoveFile
  1253.   ========
  1254.  
  1255.     Added new parameters, MOVEDIZ which will move the .DIZ to the same place as the file
  1256.  
  1257.   CheckFiles
  1258.   ==========
  1259.  
  1260.     Changed to cope with MoveFile's new option
  1261.  
  1262.  
  1263.  
  1264.  
  1265. 17-06-1996
  1266. ==========
  1267.  
  1268.   FUCK, it's 1:35AM and I've got work tomorrow! Doh!   Still listening to
  1269.   DubStar is COOL..  My birthday on wednesday (2 days)...
  1270.  
  1271.   Wrote a couple of small scripts to rebuild all of the doors in one go
  1272.   the Mail/#? won't compile as it includes another source file and
  1273.   mkmk creates a smakefile that is wrong, so I've made it so that it
  1274.   does not go into subdirectories...  see HBBS:Source/MakeDoor and
  1275.   HBBS:Source/RebuildDoors
  1276.  
  1277.   Created Example ConfAccess CFG files in HBBS:System/Data/ConfAccess
  1278.   See structures.h for ConfAcsData structure and N_ND->User.ConfAcs for data itself
  1279.  
  1280.   Changed HBBS:Access/Levels/Level_List so you can set which confaccess file to use
  1281.   by default.
  1282.  
  1283.   Control
  1284.   =======
  1285.  
  1286.     added support for ConfAcs_XX in Access/Levels/Level_List file
  1287.  
  1288.   Node
  1289.   ====
  1290.  
  1291.     moved HBBS:System/Data/TaggedFiles/<userid>
  1292.  
  1293.     to
  1294.  
  1295.     HBBS:System/Data/Users/<userid>/TaggedFiles.CFG
  1296.  
  1297.  
  1298.   HBBSNode.Library
  1299.   ===============
  1300.  
  1301.     Added HBBS_LoadConfAcsData()
  1302.  
  1303.     Updated HBBS_SetAccess()
  1304.  
  1305.   HBBSCommon.Library
  1306.   ==================
  1307.  
  1308.     Added HBBS_FindNode(List,Name), find's a node in the List with an ln_Name field
  1309.     the same as Name, or NULL if not found.
  1310.  
  1311.     Added HBBS_FindNodeNum(List,Name), save as HBBS_FindNode() except it returns the
  1312.     number of the node in the list, or -1 if not found.
  1313.  
  1314.     Updated HBBS_AddUser()
  1315.  
  1316.       creates directories called HBBS:System/Data/Users/<userid> and
  1317.       one called HBBS:Mail/Users/<userid> when a new user is added.
  1318.  
  1319.       it also SetComment()'s the directories with the user's handle etc.. (try creating a user
  1320.       and typing in this command to a shell window.
  1321.  
  1322.        LIST HBBS:System/Data/Users/#? lformat "UserID: %n, Created: %d, %c"
  1323.  
  1324.   Account Edit
  1325.   ============
  1326.  
  1327.     Changed this so you can change the users setting for the ConfAccess file
  1328.     note: set the setting to just the name of the file without the .CFG and without
  1329.     the full path, and the file *MUST* exist at the moment as more extensive error checking
  1330.     still needs to be written for this feature..  e.g.  "Normal Dood"
  1331.  
  1332.     see HBBS:System/Data/ConfAcs/#?.CFG
  1333.  
  1334. 14-06-1996
  1335. ==========
  1336.  
  1337.   I have done work since 30-05-1996, but just not documented it...  Anyway...
  1338.  
  1339.                                **** IMPORTANT ****
  1340.  
  1341.     UserData format has changed so userdata created with HydraBBS A8 or
  1342.     earlier will not work, if you want to convert it then write your own program!
  1343.     Sorry, I do not have time..  to see what's changed just check out the
  1344.     structures.h files and see whats different...
  1345.  
  1346.  
  1347. 30-05-1996
  1348. ==========
  1349.  
  1350.   Reminder!
  1351.   =========
  1352.  
  1353.     when using GetLine, you can use the flag GL_NOOLM so that your door does
  1354.     not get interupted by OLM's...
  1355.  
  1356.   HBBSCommon.c/strings.h
  1357.   ======================
  1358.  
  1359.     changed CtrlScrn in str_CONSOLE to @S@ and made RunDosCMD change all @S@'s
  1360.     to the current public screen name..
  1361.  
  1362.   LogExtractor (in HBBS:Utils)
  1363.   ============================
  1364.  
  1365.     Started work on this cool utility, that, when finished, will extract
  1366.     all data about a particular user from log files from one or more nodes
  1367.     and write it to a file (which can then be displayed by the program, or at
  1368.     a later date by the user.)
  1369.  
  1370.     It has the abilty to go back only a certain amount of days too..
  1371.  
  1372.     Oh, and it's all GUI based too.. (CLI Options coming soon, makes a great
  1373.     sysop door too! (e.g. USRINFO Hydra 20 to show Hydra's bbs usage in the
  1374.     last 20 days!)
  1375.  
  1376. 29-05-1996
  1377. ==========
  1378.  
  1379.   GoldED Sucks... Back to TTX!
  1380.  
  1381.   Structures.h
  1382.   ============
  1383.  
  1384.     removed a few unused items and moved a few things around, also added
  1385.     ScreenInfoData structure and changed NodeUser..
  1386.  
  1387.     mtype_ASK is not used and has been removed from all source...
  1388.  
  1389.   Control
  1390.   =======
  1391.  
  1392.     Still changing it so that you can open HBBS on a public screen...
  1393.     (lots of work involved in doing this by the way, so I hope you are grateful)
  1394.  
  1395.     IMPORTANT!!
  1396.     ===========
  1397.  
  1398.       You must not ever try to LockPubScreen("CtrlScrn") anymore, instead use
  1399.       LockPubScreen(BBSGlobal->ScreenInfo.PubScreenName);
  1400.  
  1401.       if you are not opening the hbbs libraries (therefore mnot getting BBSGlobal)
  1402.       then check out the environment variable ENV:HBBS_ScreenName
  1403.  
  1404.     control, the nodes and all the doors have been re-compiled using the
  1405.     new/updated structures.h file.
  1406.  
  1407. 24-05-1996
  1408. ==========
  1409.  
  1410.   Oh well, the alpha won't be ready for tomorrow anyway. doh.. :-)
  1411.  
  1412.   New text editor!  I'm now using GoldED 3.x as my text editor as TurboText,
  1413.   reqtools/reqpatch and my New Cybervision64 GFX card don't get along very well..
  1414.  
  1415.   All the icons will eventually change to using GoldED:GoldED instead of TTX as the
  1416.   default tool.
  1417.  
  1418.   Node
  1419.   ====
  1420.  
  1421.   fixed the small line editing bug. cursor left was deleting the entire line
  1422.   instead of moving one char left.
  1423.  
  1424. 16-05-1996
  1425. ==========
  1426.  
  1427.   Crikey, that's a big gap...  Not been doing HBBS recently cos I've discovered
  1428.   London Nightlife! :-) hehee...
  1429.  
  1430.   Anyway, hopefully thing's will be back in full swing now.
  1431.  
  1432.   I'm going to concentrate on getting HBBS working as a BBS system and will have to
  1433.   leave alot of my really cool ideas for a later release, I just want to get to V1.0
  1434.   as quickly as possible.
  1435.  
  1436.   Next full alpha release will be on the 25th of May 1996..
  1437.  
  1438.   Mail_Write
  1439.   ----------
  1440.  
  1441.     (and all other mail programs) Now reads Mail.CFG from the HBBS:doors/Mail
  1442.     directory, this only has two settings at the moment and these are to remove
  1443.     remove access to internet and fidonet mail options as I don't have time to write
  1444.     them yet.
  1445.  
  1446.  
  1447. 29-02-1996
  1448. ==========
  1449.  
  1450.   Wow, a whole month to the day without doing a single bit of work on HBBS :-(
  1451.  
  1452.   I've not been able to do any work due to me relocating to london for my new job
  1453.   so sorry for no updates...
  1454.  
  1455.   Mail_Write
  1456.   ----------
  1457.  
  1458.     asks if you are sure you want to abort a message
  1459.  
  1460. 31-01-1996
  1461. ==========
  1462.  
  1463.   Free at last, well my current job has finished today, but I've got an interview
  1464.   for another one tomorrow. hope that goes well.. Anyway, yesterday I got my
  1465.   Apollo 4060 '060 Accellerator and it only half worked so it's gone back to the
  1466.   shop I bought it from for replacement.  Basically it only worked intermittently
  1467.   and the scsi-2 and the fastram did not work either.. Great...  But when it was
  1468.   working for about 5 mins I tried HBBS on it and it was mindblowingly fast,  I've
  1469.   never seen a 256 col 1024x768 screen scroll text so fast :-) hehe.,..
  1470.  
  1471.   for those that do not know my e-mail address has changed now, it is:
  1472.  
  1473.     dominicc@dircon.co.uk  (note the 2 c's in dominicc)
  1474.  
  1475.   feel free to e-mail me about *ANYTHING*....
  1476.  
  1477.   FrontEnd
  1478.   ========
  1479.  
  1480.     added 2 new config options and changed the other option.. (so all config options
  1481.     are new from now...)  they are:
  1482.  
  1483.       HandleToShortStr - displayed to a user when the handle they tried to use is too short
  1484.       InvalidHandleStr - displayed when a handle contains wildcards, ()'s ,'s or ;'s
  1485.       HangupCommand    - what the user must type to log-off (defaults to "BYE")
  1486.  
  1487. 25-01-1996
  1488. ==========
  1489.  
  1490.   Bollox, living in the UK sucks sometimes..  My fucking CarTax has run out
  1491.   and so has my fucking MOT so I gotta spend loads of money on my BMW 316
  1492.   so I can actually legally drive the fucking thing... BASTARD Governments..
  1493.  
  1494.   AAnnnnyyway.. back to hbbs..
  1495.  
  1496.   FrontEnd
  1497.   ========
  1498.  
  1499.     Has a config file which contains some strings, e.g. BadHandle, see
  1500.     HBBS:Doors/System/Frontend/FrontEnd.CFG
  1501.  
  1502.   AskDLFiles
  1503.   ==========
  1504.  
  1505.     Fixed a minor(!!) bug in that if a user had gone over their limit it would
  1506.     still let them D/L files.. OOops! :-)
  1507.  
  1508.   Node_input.c Node_Misc.c HBBSCommon.c
  1509.   =====================================
  1510.  
  1511.     Changed a bit more so that text/screen output is faster still...
  1512.     it's still pretty slow, the thing that's holding it down is the routines
  1513.     used to conver the @^@ commands to text.. if you use the ? command from
  1514.     the file lister you'll see that it's blisteringly fast. but if use the 'S'
  1515.     door you'll see that it's a bit slow... (but still fast enough for mere
  1516.     mortals..)
  1517.  
  1518.     I can do the following to speed it up:
  1519.  
  1520.       queue DOOR_WriteTexts() and return control back to the door immediately
  1521.       (but to do this I'd have to take a copy of the data they pass to the BBS
  1522.       which would slow it down again, argh, I can't win..)
  1523.  
  1524.       use buffered/async IO on the screen files
  1525.  
  1526.       erm... any suggestions... (apart from code it in ASM :-)
  1527.  
  1528. 24-01-1996
  1529. ==========
  1530.  
  1531.   FileLister
  1532.   ==========
  1533.  
  1534.     fixed a rather serious bug in that it crashed the machine if a file id had
  1535.     a long line of text in it...
  1536.  
  1537.   HBBSCommon/HBBSNode
  1538.   ===================
  1539.  
  1540.     speeded up some routiens so that it outputs text/ansi faster...
  1541.  
  1542.  
  1543.   Node (NodeMisc.c)
  1544.   =================
  1545.  
  1546.     re-wrote alot of the code used to display screens (to make it faster!!)
  1547.     you now DON'T need to start HBBS screen files with @^@ anymore...
  1548.     (tho this may change in the future if I recode it..  the @^@'s are just
  1549.     skipped now..
  1550.  
  1551. 23-01-1996
  1552. ==========
  1553.  
  1554.   Sorry!
  1555.   ======
  1556.  
  1557.   Note really had much chance do do stuff on HydraBBS for a a couple of weeks
  1558.   due to me getting a) an internet account and learning how to setup/use
  1559.   amitcp (which is coool)  b) getting a CyberVision 64 GFX card c) buying an
  1560.   Apollo 4060 68060 50Mhz Accellerator for my A4000 so that I can compile
  1561.   stuff using SAS/C a hell of a lot quicker, d) getting about 10 new PS-X
  1562.   games :-) and a couple of saturn ones too! e) buying a mobile phone and f)
  1563.   getting 4 new hard disks and re-organizing all of my 3 amiga's with new
  1564.   setup's, latest software etc...
  1565.  
  1566.   Annnnyway.. back to HBBS..
  1567.   --------------------------
  1568.  
  1569.   LastCallers
  1570.   -----------
  1571.  
  1572.     Fixed a few bugs in this handy util that were caused when do didn't have
  1573.     all the parameters (or didn't have optional ones, thanks to Radiosity for
  1574.     pointing this out..)
  1575.  
  1576. 5/6/7-01-1996
  1577. =============
  1578.  
  1579.   Loads of stuff, configurable prompts now done, check out
  1580.   HBBS:System/Data/BBSColours.CFG
  1581.   HBBS:Nodes/NodeX/BBSColours.CFG
  1582.   HBBS:Conferences/<ConfName>/BBSColours.CFG
  1583.  
  1584.   I've done sooo much these last 3 days that I forgot to write in this file and
  1585.   now I can't remember what I've been doing apart from doing a bit more
  1586.   no the fr and olm doors...  added a BBSGlobal->CallsEver (kinda handy..)
  1587.   this will be loaded/saved from the HBBS:System/Data/Private file when i implement
  1588.   it's usage..
  1589.  
  1590.   oh yeah, and I added a Flags parameter to the loadconfig so just add
  1591.   ,LCFG_NONE to all your current calles to it, check out defines.h to see what's what..
  1592.   (they were primally added so i could read ansi strings from a file into a config
  1593.   item, at the mo ;'s are used to denote comments, I'll have to change that
  1594.   to something else soon..)
  1595.  
  1596. 04-01-1996
  1597. ==========
  1598.  
  1599.   HBBSCommon.library
  1600.   ==================
  1601.  
  1602.                       =====================================
  1603.                       I T ' S   C H A L L E N G E   T I M E
  1604.                       =====================================
  1605.  
  1606.   I can't for the life of me figure out why the bloody hell my new version
  1607.   of HBBS_LoadConfig() causes the control program to hand the machine when
  1608.   it loads the HBBS:System/Protocols file.  The new version of HBBS_LoadConfig()
  1609.   is currently commented out, and the old one is still in use (although it
  1610.   has several bugs fixed..)  just change the comments round, re-compile
  1611.   and see what I mean...
  1612.  
  1613.   I've tried allsorts to see what's happening but to no avail, everything
  1614.   seems normal! Argh.. I hate bugs like this...
  1615.  
  1616.   Sooo, if you fix this bug then I'll give you a nice crispy 5 pound note!
  1617.   (if you are not from the UK then, erm, well I'll write you a custom door
  1618.   or sommat...)
  1619.  
  1620.   Node
  1621.   ====
  1622.  
  1623.     Implemented the NFLG_CTRLC flag, if a users presses ctrl+c during a getline()
  1624.     then the NFLG_CTRLC bit will be set in N_ND->NodeFlags
  1625.  
  1626.     Added The variables needed to implement OLM's, checkout
  1627.  
  1628.     N_ND->OLMCount and N_ND->OLMList and struct OLMNode in structures.h
  1629.     and NFLG_OLMSWAITING in defines.h.. to add an OLMNode to the OLMList
  1630.     call HBBSNode.library's HBBS_AddOLM() function (see HBBSNode.c)
  1631.  
  1632.     there's also a few more NFLG's to look at.
  1633.  
  1634.     also note the new GetLine flag, GL_NOOLMS
  1635.  
  1636.   HBBSCommon.library
  1637.   ==================
  1638.  
  1639.     Added the function HBBS_SendOLM()
  1640.     very easy to use and works a treat too!, for an example check out ReadOLM
  1641.     and the OnlineMessage (OLM) doors..
  1642.  
  1643.   OnlineMessage
  1644.   =============
  1645.  
  1646.     created door, installed as OLM
  1647.  
  1648.     this door sends messages to other nodes.
  1649.  
  1650.   ReadOLM
  1651.   =======
  1652.  
  1653.     created this SYSTEM door, it's called when the user is at a getline prompt
  1654.     automatically, it displays all the queued OLM's one by one and lets the user
  1655.     reply to them if they came from another node..  If you send a message from an
  1656.     external program you must make sure that you set up the olm so that the user
  1657.     cannot reply to it! :-) hehe..
  1658.  
  1659.   SendOLM
  1660.   =======
  1661.  
  1662.     this is a rather handy AmigaDOS CLI program to send OLM's to nodes, note:
  1663.     this is NOT a door!!!   Man HBBS is cool..  do that with /X !
  1664.  
  1665. 03-01-1996
  1666. ==========
  1667.  
  1668.   MailScan and MailRead
  1669.   =====================
  1670.  
  1671.     Wow, this is cool now..  I've finally finished off the new mail scanning
  1672.     part of this door. (apart from the mark as read option)
  1673.  
  1674.     prior to this version if you scanned mail, but only read a few of the
  1675.     mail messages the ones that you didn't read would not appear in the next
  1676.     mailscan, they do now! (Check Out HBBS:Mail/Users/<UserID>/UnreadList.CFG)
  1677.  
  1678.  
  1679.   HBBSCommon.library  -> READ THIS!
  1680.   ==================
  1681.  
  1682.     really optimized and bug fixed HBBS_LoadConfig() and HBBS_LoadFile()
  1683.     you should find that the whole bbs now speeds up dramatically!!
  1684.  
  1685.  
  1686.   ReLogin
  1687.   =======
  1688.  
  1689.     Created Relogin door, installed as command RL for users with access of 50
  1690.     or over.
  1691.  
  1692.     And yes, the logoff scripts (see below) do get called if you use
  1693.     this command! (Unlike /X where you had to logoff and call back if you
  1694.     wanted to see updated bulletins that only updated when the logoff script
  1695.     was called)
  1696.  
  1697.   Node
  1698.   ====
  1699.     Logoff scripts are now implemented, when a user logs off the following
  1700.     AmigaDOS scripts are executed (S flag need not be set, they are run via the
  1701.     dos C:Execute Command)
  1702.  
  1703.     HBBS:Scripts/LogOff<nodenum>.script
  1704.     HBBS:Scripts/GlobalLogOff.script
  1705.  
  1706.     both scripts are started with the following parameters
  1707.  
  1708.     <nodenum> <userid>
  1709.  
  1710.     if you want to access the users handle from your logoff scripts then use
  1711.     the environment variable "HNode<nodenum>User"    e.g. use $HNode1User for
  1712.     the name of the user on node 1..
  1713.  
  1714.     the reason usernames/handles are not passes as parameters is that they MAY
  1715.     have spaces in the filenames...
  1716.  
  1717.     also note the environment variable "HNode<nodenum>LoginType"
  1718.  
  1719.     see HBBS:Scripts/GlobalLogoff.script for an example!
  1720.  
  1721.   Docs
  1722.   ====
  1723.  
  1724.     updated the following doc files a bit
  1725.  
  1726.     HBBS:Docs/Misc/GUI.guide
  1727.     HBBS:Docs/Misc/Directories.guide
  1728.     HBBS:HBBS.Guide
  1729.  
  1730.   AddDIZToList
  1731.   ============
  1732.  
  1733.     added a parameter check and writes to callers log if it has a problem..
  1734.  
  1735. 02-01-1996
  1736. ==========
  1737.  
  1738.   XPR
  1739.   ===
  1740.  
  1741.    you can now resume files that you started to upload but either cancelled
  1742.    or lost carrier..
  1743.  
  1744.    uploaded files are stored as <Conf-PartUpload>/<FileName>@<UserID>
  1745.  
  1746.    e.g.  HBBS:Conferences/Amiga/PartUpload/BANANA.LHA@1
  1747.  
  1748.    you must however set the xpr protocol options so that it allows
  1749.    resuming of files..  (E.G. Include "OR" in the protocol options, see
  1750.    the new updated HBBS:System/Protocols file...)
  1751.  
  1752.   FileLister
  1753.   ==========
  1754.  
  1755.    Woooooooooooooooooooooo, well quick now...  rewrote my FGetsR() routine
  1756.    to be mucho quickero.. :-)  FGetsR() just reads lines from a file starting
  1757.    from the current position and working backwards instead of forwards like
  1758.    the dos FGets(), hence the 'R' in the function name standing for Reverse..
  1759.    I'll be putting this *COOL* function in the library soon!
  1760.  
  1761.    Also responds to a user handing up while browsing a filelist now..
  1762.  
  1763.    added an H parameter so that you can scan the "holdlist" file of the conf you
  1764.    are in (Sysop's only..)  works with all modes (FR,N and F) so N -2 H is cool!
  1765.  
  1766.    updated ansi when flagging files.
  1767.  
  1768.    does not clear screen at end of file anymore.
  1769.  
  1770.   View
  1771.   ====
  1772.  
  1773.    fixed bugs and added sysop mode
  1774.  
  1775.   Zippy
  1776.   =====
  1777.  
  1778.    same bug as filelist with the not checking for lost carrier..
  1779.    fixed. also updated ansi when flagging files
  1780.  
  1781.    does not clear screen at end of file anymore..
  1782.  
  1783. 01-01-1996
  1784. ==========
  1785.  
  1786.   H A P P Y   N E W   Y E A R !
  1787.  
  1788.  
  1789.   Man my neck hurts.... And I can't remember why, alcohol roolz..
  1790.  
  1791.   FileLister
  1792.   ==========
  1793.  
  1794.     FR WORKS NOW!!
  1795.  
  1796.     But it's realllllllly slow as I just did a real quick'n'easy way
  1797.     of reading the file backwards..  It'll be speedier sooon.
  1798.  
  1799.   XPR
  1800.   ===
  1801.  
  1802.     now checks other node's playpen dirs for existance of the file
  1803.     that a user is trying to upload (someone else might already be uploading it..)
  1804.  
  1805.   Pager
  1806.   =====
  1807.  
  1808.     created door, installed as O command at the bbs prompt
  1809.  
  1810.     it uses 3 4 new screens that should be placed in a screens/special dir..
  1811.  
  1812.     Page.TXT        - displayed before the page reason prompt
  1813.     Paged.TXT       - displayed when a sysop has been paged
  1814.     PageNoSysop.TXT - for when the chatflag is off
  1815.     PageCancel.TXT  - for when a user cancels a page
  1816.  
  1817.   LinesPerScreen
  1818.   ==============
  1819.  
  1820.     created door. 100% cool and rather easy to create..
  1821.     installed as LPS at the bbs prompt, or accessable from the W command
  1822.  
  1823.  
  1824. 31-12-1995
  1825. ==========
  1826.  
  1827.   HBBSCommon.library
  1828.   ==================
  1829.  
  1830.     changed so that will read and keep config items with blank strings..
  1831.  
  1832.     e.g.
  1833.  
  1834.     Door_Options=
  1835.  
  1836.     needed this for the UserSettings door...
  1837.  
  1838.   Control
  1839.   =======
  1840.  
  1841.     updated gui (again)
  1842.  
  1843.   Node
  1844.   ====
  1845.  
  1846.     made it use HBBS.font on the screen title as well..
  1847.  
  1848.  
  1849.   SelectLanguage
  1850.   ==============
  1851.  
  1852.     updated program, much cooler now..
  1853.  
  1854. 30-12-1995
  1855. ==========
  1856.  
  1857.   Done loads more on the XPR door, moves cancelled files to PartUpload etc..
  1858.   and some other bits and bobs..
  1859.  
  1860.   Control/Node
  1861.   ============
  1862.  
  1863.     changed all LCFiles references to PartUpload as LCFiles will not be used..
  1864.  
  1865.     CHANGE YOUR CONFERENCE CONFIGS!
  1866.  
  1867.   MoveFile
  1868.   ========
  1869.  
  1870.     now accepts a NOUSER parameter, if specified it will not display anything
  1871.     on the screen
  1872.  
  1873.  
  1874.  
  1875. 29-12-1995
  1876. ==========
  1877.  
  1878.   anyway, I'm tired now and want to go to sleep.. to many l8 nights coding away
  1879.   on this...  It can't be good for me..
  1880.  
  1881.   Mind you, I saw ace venture 2 today and that was quite a good film..
  1882.  
  1883.   XPR
  1884.   ===
  1885.     re-wrote most of the XPR door, it now does things much better are more structured
  1886.     and doesn't guess at strings to figure out of files have been transferred ok!
  1887.     :-)
  1888.  
  1889.     it now builds a linked list of files transferred (one for ul's and one for dl's)
  1890.     and checks them at the end to find out what's what..
  1891.  
  1892.   MailReply
  1893.   =========
  1894.  
  1895.     Fixed a (small) bug in this door that caused it to crash on my A3000, but not
  1896.     on my 2 other computers making it a pain to track down...
  1897.     turns out I was going strcpy(Msg->To,Msg->From) instead of
  1898.     FreeAndSet(&Msg->To,Msg->From)...  caused memorylist corruption..
  1899.  
  1900.  
  1901.  
  1902. 28-12-1995
  1903. ==========
  1904.  
  1905.   did sod all on HBBS today, first time for ages.. :-)
  1906.  
  1907. 27-12-1995
  1908. ==========
  1909.  
  1910.   didn't do much today, tiedied a couple of bits and bobs up here and there
  1911.   did a bit more on the mail and xpr doors..
  1912.  
  1913.   the caller and calls today on each node's "Info" window now work
  1914.   100%, but I have got to make it read in the callers log so that it shows
  1915.   who the last few callers were when you close and node and then restart it..
  1916.  
  1917.  
  1918.  
  1919. 26-12-1995
  1920. ==========
  1921.  
  1922.   Had a bit of a bugfixing day today..
  1923.  
  1924.   UserSettings
  1925.   ============
  1926.  
  1927.     This door is set up as "W" at the bbs prompt..
  1928.  
  1929.     Man, is this door cool..
  1930.  
  1931.     with /X you could either get the W command to bring up internal /X
  1932.     settings config program, or you could make it display a menu of what
  1933.     you wanted to change (i.e. AquaSettings)
  1934.  
  1935.     But with this COOL command you can specify what all the options
  1936.     on one screen!
  1937.  
  1938.     Check out HBBS:Doors/User/UserSettings/UserSettings.CFG.
  1939.  
  1940.   Icons
  1941.   =====
  1942.  
  1943.     updated all the .info files to cool magic WB one..
  1944.  
  1945.   Control
  1946.   =======
  1947.     fixed a few memory leaks
  1948.     updated it to use some new library routines
  1949.  
  1950.     added a new parameter to BBSGlobal, CopyBufferSize (see docs)
  1951.  
  1952.   HBBSNode.library
  1953.   ================
  1954.  
  1955.     added HBBS_AddToCallersLog(string), rather handy, it writes the date and
  1956.     time automatically too..
  1957.  
  1958.   Node
  1959.   ====
  1960.  
  1961.     Made it write to the callers log..
  1962.     need some options to make it ignore local logins etc.. tho.
  1963.  
  1964.   HBBSCommon.library
  1965.   ==================
  1966.  
  1967.     addd more routines, changed a few more, added (even) more error checking
  1968.     to some routines that deal with mem [de]allocation.
  1969.  
  1970.   Docs
  1971.   ====
  1972.     updated the BBSGlobal.guide file..
  1973.  
  1974. 25-12-1005
  1975. ==========
  1976.  
  1977.   Yes, I was programming HBBS on christmas day, well it was better than sitting down
  1978.   stairs with the parents watching the fucking queen's speech.  It was much more fun
  1979.   sitting upstairs listening to a bit of "Green Day", "Offspring", "Speedy J" and
  1980.   many other cool artists!
  1981.  
  1982.   XPR
  1983.   ===
  1984.  
  1985.     fuck.. actually it still doesn't work :-( Doh.. I could have sworn it was
  1986.     working yesterday 100%, but no you still get timeout errors when it writes
  1987.     to the disk :-(  Not fixed it yet tho..
  1988.  
  1989.   FileList
  1990.   ========
  1991.  
  1992.     Man, is this door cool!  F and N work 100% pure coolness..
  1993.  
  1994.   Zippy Search
  1995.   ============
  1996.  
  1997.     well, my brother wrote this rather nice door. most of the code was nicked from
  1998.     my own doors tho :-) hehe
  1999.  
  2000.  
  2001.   Tag File
  2002.   ========
  2003.  
  2004.     Prints CR's after files that have not been found now..
  2005.  
  2006.  
  2007.   AccountEditor
  2008.   =============
  2009.  
  2010.     this is working better now..  It also tells the user at the other end
  2011.     that the sysop is editing your account details..
  2012.  
  2013.     It also reloads the access levels in when you quit it..
  2014.  
  2015.   JoinConference
  2016.   ==============
  2017.  
  2018.     added another system option to it, "REJOIN" and have set up a command
  2019.     called RJ so you can rejoin a conference if you wish to see bulletins, etc..
  2020.  
  2021.     --> requested by Cruise!
  2022.  
  2023.   HBBSCommon.library
  2024.   ==================
  2025.  
  2026.     added lots of routins for converting between dates and back to strings..
  2027.     see the FileList door for examples!
  2028.  
  2029.   CheckFiles
  2030.   ==========
  2031.  
  2032.     now checks names of uploaded files (can't start with a '.' and can't be more
  2033.     than 12 chars long.. if they are it'll prompt you..
  2034.  
  2035. 24-12-1995
  2036. ==========
  2037.  
  2038.   XPR
  2039.   ===
  2040.  
  2041.     yeah, it's working, and without buffered io, (but I'll still implement this..)
  2042.  
  2043.     I'm using zprzmodem.library 3.0 and USRSerial.device and it works a treat!
  2044.  
  2045.   Node
  2046.   ====
  2047.  
  2048.     screen/window information is now saved in <NodeLocation>/Screen.CFG rather
  2049.     than HBBS:System/Data/Node<num>_Private.CFG
  2050.  
  2051.     that way, if you delete a node, you delete it's associated data files too
  2052.  
  2053. 23-12-1995
  2054. ==========
  2055.  
  2056.   XPR
  2057.   ===
  2058.  
  2059.     the words AAAAAAAAAAAAAAAArrrgghhhh! spring to mind when thinking about this
  2060.     F**king door!
  2061.  
  2062.     it sends files fine, but can I get it to fucking receive files ? Can i FUCK as
  2063.     like..  it all seems to boil down to the xpr_fwrite() function..
  2064.  
  2065.     if i make it return(Size * Count) then you don't get *any* timeouts or anything
  2066.     even when the CPU's loaded!  but if I make it
  2067.     return(Write(FileBuf->FH,Buffer,Size*Count)); then it just makes xpr_sread()
  2068.     timeout!!
  2069.  
  2070.     Argh!
  2071.  
  2072.     So I'm going to have to nick some buffered/async disk IO routines from
  2073.     somwhere...  the annoying this is that the XPRD program does not have
  2074.     any buffered IO and works fine...
  2075.  
  2076.     Argh!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2077.  
  2078.  
  2079.   HBBSNode.library
  2080.   ================
  2081.  
  2082.     fixed SerWriteStrWithTimeout()
  2083.  
  2084.   Node and Nodes/NodeX/Device
  2085.   ===========================
  2086.  
  2087.     added a config option called NullModemCable, if set to true
  2088.     then you can connect another computer to your computer via
  2089.     a serial port and connect to hbbs from that.. :-) Coooool!
  2090.     to get hbbs to connect, just press return on the other computer!
  2091.  
  2092.  
  2093.   today I've just done sooo much to the bbs, mainly tidying stuff
  2094.   and fixing things!
  2095.  
  2096.  
  2097.  
  2098. 22-12-1995
  2099. ==========
  2100.  
  2101.   changed DOOR_GetLine(), it's not SUPERCOOLFABANDWHIZZO!
  2102.  
  2103.   :-)
  2104.  
  2105. 21-12-1995 (PM)
  2106. ===============
  2107.  
  2108.   XPR
  2109.   ===
  2110.  
  2111.   added GUI and window, updates fine..
  2112.   still have to make it refresh when you un-zoom the window!
  2113.  
  2114.   Node
  2115.   ====
  2116.  
  2117.   Updated GUI, added more buttons on the NodeSettings window
  2118.  
  2119.   implemented N_ND->DoorContinue.
  2120.  
  2121.   HBBSNode.library
  2122.   ================
  2123.  
  2124.     implemented DOOR_Continue() (causes further doors not to run if a door sets this
  2125.     to false)
  2126.  
  2127.   AskDLFiles
  2128.   ==========
  2129.  
  2130.   made it use DOOR_Continue
  2131.  
  2132.   Download
  2133.   ========
  2134.  
  2135.   made it aware of AskDLFiles's DOOR_Return() setting
  2136.  
  2137.   Control
  2138.   =======
  2139.  
  2140.   added EditorCMD to BBSGlobal Config.
  2141.  
  2142.   updated GUI
  2143.  
  2144.  
  2145. 20-12-1995 (PM)
  2146. ===============
  2147.  
  2148.  
  2149.   XPR
  2150.   ===
  2151.  
  2152.     tiedied somemore.  in testing this has hung a few times, more testing required
  2153.  
  2154.   Node
  2155.   ====
  2156.  
  2157.     changed a screen commands, (Ratio is now BRatio) and added FRatio
  2158.     for Bytes Ratio and Files Ratio respectively
  2159.  
  2160.     added a COOL function for creating cool menu prompts..
  2161.     MenuPrompt()
  2162.  
  2163.     fixed a rather silly bug in DisplayScreen()
  2164.  
  2165.       it wasn't unlocking files if there were 0 bytes..  i was trying to unlock
  2166.       and filehandle rather than a filelock (confused vars FL with FH) :-)
  2167.  
  2168.   HBBSNode.library
  2169.   ================
  2170.  
  2171.     added the function DOOR_MenuPrompt()
  2172.  
  2173.       pass it a string with the first letter of your options
  2174.       enclosed in square brackets ( []'s ) and hbbs will auto convert
  2175.       the string to cool colours and print it out for you!
  2176.       you can also pass it a default char so that it causes one option
  2177.       to be printed in bold.
  2178.  
  2179.       e.g.
  2180.  
  2181.       DOOR_MenuPrompt("More [Y]es, [N]o :",'Y');
  2182.  
  2183.       currently everything is printed out in white except the brackets which are
  2184.       printed in yellow, the Y in the example above would be printed in BOLD text
  2185.  
  2186.       this is a cool function for providing a standard menu prompting scheme that
  2187.       can be used through out the bbs.
  2188.  
  2189.       I'll be adding parameters so you can change the colours, don't worry :-)
  2190.  
  2191.   Mail_Write
  2192.   ==========
  2193.  
  2194.   added a stack of options that you can select when you are creating a message
  2195.  
  2196.   also updated the messagebase stuff so that you can set an access level for
  2197.   a message.  started creating a config structure for the mail doors to use.
  2198.   (this way the users can have thier own configuration for all the mail doors
  2199.   to use, it'll be stored as HBBS:mail/users/<id>/mail.cfg.
  2200.  
  2201.   Mail_Scan
  2202.   =========
  2203.  
  2204.     updated to use the access level and door_menuprompt.
  2205.  
  2206.  
  2207. 19-12-1995 (PM) - 20-12-1995 (AM)
  2208. =================================
  2209.  
  2210.   XPR
  2211.   ===
  2212.  
  2213.   **Loads** more work done, it's all set-up and running withing the bbs environment
  2214.   now.  It's interesting to note that term 4.5 comes with xprzmodem.library
  2215.   version 2.58, I had 3.0 and the latest is 3.51.  3.51 causes term and ncomm
  2216.   to software fail when transferring between each other and the nullmodem.device
  2217.   2.58 just sits there and timesout. and 3.0 works fine.. :-)  ut I've got no docs
  2218.   for that version :-(
  2219.  
  2220.   I tried my xpr implementation with a some other xpr libaries, it only worked with
  2221.   znodem and zedzap libs so far..  I have to do more tests.  the otherlibs
  2222.   may require some of the xpr 2.0 extensions, I've only implemented 1.0 so far..
  2223.  
  2224.  
  2225.   Transfer
  2226.   ========
  2227.  
  2228.   Updated to cope with the XPR door
  2229.  
  2230.   SelectProtocol
  2231.   ==============
  2232.  
  2233.   defaults to protocol 1 instead of waiting for user input if they type in some shite
  2234.   the first time they are asked
  2235.  
  2236.   Mail_Scan
  2237.   =========
  2238.  
  2239.   more stuff done
  2240.  
  2241.   HBBSNode.library
  2242.   ================
  2243.  
  2244.   added two more routines,  FindConf() (returns a confdata structure of the users
  2245.   current conf, or if they are not in a conf yet it'll return a confdata structure
  2246.   of the last conference they were in...
  2247.   ValidConfNum() returns true if you pass it a valid conference number (index starts at 1)
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253. 18-12-1995
  2254. ==========
  2255.  
  2256.   YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS!
  2257.  
  2258.   Finally
  2259.  
  2260.   At Last!
  2261.  
  2262.   Whay!!
  2263.  
  2264.   (if you couldn't tell, I'm Excited!)
  2265.  
  2266.   XPR
  2267.   ===
  2268.  
  2269.     Implemented!
  2270.  
  2271.  
  2272. 17-12-1995
  2273. ==========
  2274.  
  2275.   Fuck!  It's amazing how much work I've done over the last few days! :-)
  2276.  
  2277.   HBBSCommon.library
  2278.   ==================
  2279.  
  2280.     fixed a COOL bug in the AssignOK() routine
  2281.     in that say you had a HD with a volume name of "A3000_DH0:", it's device name
  2282.     being "DH0:" and you set a (say) upload path to somewhere on DH0:
  2283.     AssignOK() would incorrectly return FALSE!   Oops!
  2284.  
  2285.  
  2286.   CLIProtocol
  2287.   ===========
  2288.  
  2289.     correctly returns errorlevel of door in N_ND->DoorReturn
  2290.  
  2291.   Transfer
  2292.   ========
  2293.  
  2294.     deducts creds for files for that are downloaded successfully
  2295.  
  2296.   Node
  2297.   ====
  2298.  
  2299.     Loads moe stuff changed, fixed and updated
  2300.  
  2301.   Control
  2302.   =======
  2303.  
  2304.     ditto
  2305.  
  2306.   Mail_Scan
  2307.   =========
  2308.  
  2309.     even more work done,  this door is all but finished, implemented
  2310.     the mailscan lastread pointers (saved in HBBS:Mail/Users/<UserID>/MailScan.CFG)
  2311.  
  2312.     now supports a 'M' for mark as read, so you don't have to sit through
  2313.     millions of useless old mail the sysops seem to leave around
  2314.     (not that they will with HBBS, because messages can be set to expire! :-)
  2315.  
  2316.  
  2317.   Mail_Read
  2318.   =========
  2319.  
  2320.     supports reading a list of mail messages, the list is created with
  2321.     CreateMsgList() and then saved using SaveMsgList()
  2322.     Mail_Read then read this list back in again and will let you read all
  2323.     the messages in the list.
  2324.  
  2325.     this is a really amazing feature, because you can then write another door
  2326.     to search the mail database for keywords, and build up a list of messages that
  2327.     you can then pass to Mail_Read which then let you read them!
  2328.  
  2329.     COOOOL or what ?
  2330.  
  2331.   Mail_Write
  2332.   ==========
  2333.  
  2334.     more work done, still needs a bit doing to it (you can't attach files yet!)
  2335.  
  2336.   CheckTags
  2337.   =========
  2338.  
  2339.     changed to cope with the new updated Tag_File door (below)
  2340.     also changed the ansi and it looks much nicer now!
  2341.  
  2342.   Tag_File
  2343.   ========
  2344.  
  2345.     actually checks for the existance of files now... :-)
  2346.  
  2347.   AskDLFiles
  2348.   ==========
  2349.  
  2350.     door (re)created fromm scratch, it works fine, needs more work
  2351.     doing to it,  it's just functional now.. :-)
  2352.  
  2353.     (mind you, it looks pretty tho :-)
  2354.  
  2355.  
  2356. 16-12-1995
  2357. ==========
  2358.  
  2359.   Node
  2360.   ====
  2361.  
  2362.     Added CLS,PAUSE,ECHO and DOS as door types! :-)
  2363.  
  2364.     (for CLS to work, the _door option must also be set to CLS)
  2365.  
  2366.  
  2367.   Mail_Scan
  2368.   =========
  2369.  
  2370.     Scans for ALL and EVERYBODY messages too
  2371.  
  2372.   Mail_Reply
  2373.   ==========
  2374.  
  2375.     created door, works ok!
  2376.  
  2377.   Editor
  2378.   ======
  2379.  
  2380.     now appends to existing files is the LOAD parameter is specified
  2381.  
  2382.   FrontEnd
  2383.   ========
  2384.  
  2385.     won't allow users access who's accounts have been disabled
  2386.     (status of 'L', for login's denied)
  2387.  
  2388. 15-12-1995
  2389. ==========
  2390.  
  2391.   FrontEnd
  2392.   ========
  2393.  
  2394.     Automatically logs in the a new user if the newuser door created an
  2395.     new account ok.
  2396.  
  2397.   NewUser
  2398.   =======
  2399.  
  2400.     Revamped slightly.
  2401.  
  2402.   Mail_Read
  2403.   =========
  2404.  
  2405.     added a continue prompt on long messages
  2406.  
  2407.     can delete mail now
  2408.  
  2409.   HBBSNode.library
  2410.   ================
  2411.  
  2412.     Added a DOOR_ContinuePrompt() routine
  2413.  
  2414.  
  2415.  
  2416.  
  2417. 14-12-1995 (PM)
  2418. ===============
  2419.  
  2420.   MailRead
  2421.   ========
  2422.  
  2423.     Very quick version done.  Cannot be called from the R command yet,
  2424.     only the mail scanner can use it so far..
  2425.  
  2426. 13-12-1995 (PM) - 14-12-1995 (AM)
  2427. =================================
  2428.  
  2429.   Today has been a bit of a tidy-up day with lots of little (but important) things
  2430.   being done.
  2431.  
  2432.  
  2433.   Access Commands have been implemented (but only 10 access settings are loaded,
  2434.   of which only one is used (see the Status door and access command "AllowStatus")
  2435.  
  2436.   Check out HBBS:Access/#?, <node>/Access/#?, <conf>/Access/#?.
  2437.  
  2438.   access data is updated when you a) login and b) change conference.
  2439.  
  2440.   This is actually a major thing beleive it or not...  I'm surprised I've only just
  2441.   had to code it now...
  2442.  
  2443.  
  2444.   Also added a few new routines to both the libs (HBBSCommon and HBBSNode)
  2445.  
  2446.   hbbs also sets an env: variable called HNode<nodenum>User to the name of the person
  2447.   who's currently logged in.  if no-one is logged in the variable will not be present
  2448.  
  2449.   the cool logoff screen is created using scripts and cli programs, see
  2450.   HBBS:Screens/Special/Logoff.txt
  2451.   HBBS:System/Amiga/CLI/ByeScript
  2452.   HBBS:System/Amiga/CLI/Figlet/#? (figlet just converts ascii text to large
  2453.                                    fonts made of ascii letters)
  2454.  
  2455.   Isn't hbbs wonderfull ?? :-)
  2456.  
  2457.   Node
  2458.   ====
  2459.  
  2460.   F6 and SHIFT+F6 work now!
  2461.  
  2462.   AccountEdit
  2463.   ===========
  2464.  
  2465.     Right then,  I've created this (smallish) and very unfinished door
  2466.     so that you can modify accounts by pressing F6 when a user is logged in.
  2467.  
  2468.     you can also run this from the command prompt, I've set it up so only users
  2469.     with an access level of 255 can do this.  to run it just type "Accounts"
  2470.     at the prompt
  2471.  
  2472.  
  2473.  
  2474. 12-12-1995 (PM) - 13-12-1995 (AM)
  2475. =================================
  2476.  
  2477.   DAMN I'M COOL....
  2478.  
  2479.   Mailscan
  2480.   ========
  2481.  
  2482.     Works a treat, implemented the little promptso you can call the "mailread"
  2483.     door now.  it seems to be working 100%, even has nice special ANSI effects!
  2484.  
  2485.   MailWrite
  2486.   =========
  2487.  
  2488.     Whay hey hey!  Now we're cooking!  This door has come along in leaps and
  2489.     bounds this evening..  It now writes mail to people!  Hehe,  it even handles
  2490.     multiple user mails (e,g, messages with more than one recipient)
  2491.  
  2492.     currently it does not do anything with internet/fideonet messages
  2493.  
  2494.     it does not let you select any flags, or attach files orlots of things actually,
  2495.     but hey, it works..
  2496.  
  2497.     And I love it when doors compile and run first time after you spend 4 hours
  2498.     coding it.. :-)
  2499.  
  2500.  
  2501.     oh, and you can wipe-out all the files in a mail dir and hbbs won't complain,
  2502.     it'll just re-init everything for you automatically..
  2503.  
  2504.  
  2505.   Editor
  2506.   ======
  2507.  
  2508.     it had to happen sooner or later...  A line editor! Yippie!
  2509.  
  2510.  
  2511.     Well, this is in a very early stage at the moment, it took me all of about
  2512.     2 mins to write this one...
  2513.  
  2514.     it's also more of a "creator" that "editor" at the moment too :-)
  2515.  
  2516.   p.s.  did you noticate that I've not started the "readMail" door yet :-)
  2517.  
  2518. 7-12-1995
  2519. =========
  2520.  
  2521.   Bollox... Life still sucks, aquafresh is sitting here next to me playing
  2522.   Sega Rally on my saturn, and he's quite shit at it :-) hehe..
  2523.  
  2524.   Anyway, erm..
  2525.  
  2526.   MailScan
  2527.   ========
  2528.  
  2529.     Done more work, it's coming along quite nicely (still)
  2530.  
  2531.  
  2532.  
  2533. 6-12-1995
  2534. =========
  2535.  
  2536.   Well, life's still fucked today.  The new fucking stereo for the car's
  2537.   gonna cost 300 quid, i need a new fucking head gasket for the engine, at
  2538.   another 300 quid.  Then I need to replace a camera at 35 quid, and a
  2539.   personal stereo at 50 quid, followed by a new thermostat for the car at
  2540.   20 quid followed by a new stereo surround for the car at 40 quid and 100
  2541.   fucking quid for a new window in the car.
  2542.  
  2543.   FUCK
  2544.  
  2545.   Anyway...
  2546.  
  2547.  
  2548. 5-12-1995 - The (Extremely) Bad Day
  2549. ===================================
  2550.  
  2551.         ------------------------------------------------------
  2552.         Warning - This Section May Cause Viewers Some Distress
  2553.         ------------------------------------------------------
  2554.  
  2555.   Fuck Fuck Fuck Fuck Fuck Fuck Fuck, how bad can my life fucking get..
  2556.   My car was broken into tonight, and I've just had the window broken,
  2557.   £300 quids worth of car CD player, 2 cameras and my personal stereo
  2558.   all fucking nicked.  If I catch the bastard who did it I'm gonna rip
  2559.   his fucking head off, shove a 20000 volt mains cable up his ass and drop
  2560.   a bloody piano on his bollox.
  2561.  
  2562.   Today started badly when I noticed that a collar button had fallen
  2563.   off my shirt.  Checked the mail, "Argh!"  A letter from the bank saying
  2564.   "Please pay in 762 pounds into your account within the next 10 days",
  2565.   "Great" I thought. When I got to work ten mins late, all the fucking
  2566.   users rang me up saying "I can't get into vista" because the supposed
  2567.   "patch" from DEC had made the VT320 emulator even WORSE, then I couldn't
  2568.   send a fucking fax from the fax machine as it would not do 40 page faxes,
  2569.   the paper just jammed.  So I tried using windows 95 on my pc to send a
  2570.   fax via my 28.8k courier and all it says is "Fax Transmission Inturupted",
  2571.   Great Fucking Help that is.  So we try another PC, it then comes up
  2572.   saying "Intermittent memory error" and fucks itself.  So that pissed me
  2573.   off,  then we got a new printer in and we couldn't plug that into the
  2574.   fucking machine it was supposed to plug into as it came with a parallel
  2575.   interface rather than a serial interface.  Then the pathworks license
  2576.   allocator would not fucking work so all these PC's could not map
  2577.   their "E:" drive to the (crap) VAX.  So I had to spend 3 bloody hours
  2578.   fixing that.   Then I came to set up my own spare PC and would the hard
  2579.   disk parition itself ?  Would it fuck as like..  So, i then got another
  2580.   HD slapped that in all fine, copied about 200MB of warez 2 it.  By that
  2581.   time it was about 7:30pm so i thought "I'm off now.."  Went to my car,
  2582.   noticed the light in the glove box was on and I thought to myself "I'm
  2583.   sure I shut that when I came back from lunch", Went to open the door of
  2584.   the car and noticed the window had been smashed and my fucking new car
  2585.   cd player had ben nicked!  Not only did they nick my car CD player, but
  2586.   they nicked my new "Alannis Morissette" CD I bought YESTERDAY!  That was
  2587.   still in the cd player from lunchtime.  Argh!  Now it's started
  2588.   snowing (it had to snow the day my car has no fucking glass in the window
  2589.   of course, couldn't snow the next week could it, no, even the fucking
  2590.   weather has it in for me today), So it's fucking freezing and I've got
  2591.   to drive 8 miles home with no window, so I sat in my car freezing my nuts
  2592.   off all the way home.  After I get home, I turn my Pentium PC on to copy
  2593.   all the warez from my spare PC, and after a moment i notice that it's
  2594.   making a rather loud sound.  Fuck, the cables have just hit the fan that
  2595.   sits ontop of the pentium chip.  Fuck you INTEL,  why did you have to
  2596.   design such a shite processor!  Then I checked out my "Home Contents"
  2597.   insurance to check wether my car stereo comes under it, and NO, course
  2598.   it fucking doesn't.  FUCK.  Damn this stupid fucking country.  I couldn't
  2599.   afford "Fully Comprehensive" insurance earlier in the year because no
  2600.   insurance companies would do it as I'm 21, have a BMW 316 and haven't got
  2601.   any "No-Claims" bonus.  The fucking insurance cost nearly as much as the
  2602.   car did.  After all, the car was made in 1983 and I bought it for 750
  2603.   quid but the insurance still costs 500, third party only (not even fire
  2604.   and theft..)  CUNTS, I HATE LIFE IT, SUCKS,  WHY DO WE HAVE TO WORK FOR A
  2605.   LIVING, I JUST WANT TO SIT AT HOME PLAYING SATURN/PSX/NEO-GEO/3DO GAMES
  2606.   AND CODE ON MY AMIGA, WITH A BOTTLE OF MALIBU SITTING NEXT TO ME, WITH AN
  2607.   ENDLESS SUPPLY OF PC'S I CAN KICK THE SHIT OUT OFF FOR BEING SO DAMN CRAP.
  2608.   FUCKING COUNTRY.  FREEDOM, BOLLOX I SAY.
  2609.  
  2610.   Oh, and I've not done a fucking thing on HBBS today either.
  2611.  
  2612.  
  2613. 3-12-1995
  2614. =========
  2615.  
  2616.   Created the "Download" door
  2617.  
  2618.   modified transfer door to (temorarily) handle downloads
  2619.  
  2620.   Common/Structures.C
  2621.   -------------------
  2622.     modified Struct TaggedFile
  2623.     (removed ExplicitPath and added WarezFile)
  2624.  
  2625.   done more work on the mail scanner
  2626.  
  2627.   CliProtocol
  2628.   ===========
  2629.  
  2630.     Removed banner
  2631.  
  2632.   Control
  2633.   =======
  2634.  
  2635.     fixed bug in loading data from "HBBS:System/Protocols" file it was looking for
  2636.     "UNIDIRECTION" or "BIDIRECTION" but the data file had "UNIDIRECTIONAL" and
  2637.     "BIDIRECTIONAL"... (note the "AL" on the end!! whoops!)
  2638.  
  2639. 2-12-1995
  2640. =========
  2641.  
  2642.   done more work on the mail scanner
  2643.  
  2644. 1-12-1995
  2645. =========
  2646.  
  2647.  
  2648.   Oh shit, Time's running out,  it's that festive season again..
  2649.  
  2650.   Node
  2651.   ====
  2652.  
  2653.     Fixed bug with SetWatchTitles() that would still try and set the window
  2654.     and screen titles of the watch window even if it was closed.. (caused system
  2655.     crash)
  2656.  
  2657.     N_ND->ActiveDoor->SystemOptions is always allocated, this would have been
  2658.     a null pointer if an <door>_param_xx=<blah> was not specified, which
  2659.     caused problems for doors that do not check for a null pointer..
  2660.     It also makes the door coder's life easier (but not mine) as it's one
  2661.     less thing they have to worry about.
  2662.  
  2663.   Done loads more on the mailscan door this evening too..
  2664.  
  2665. 29-11-1995
  2666. ==========
  2667.  
  2668. Yeah! Another 2 months at macmillan.. Coooool. Loadsamoney..  No Erm, back to
  2669. life and hbbs and that kind of thing..
  2670.  
  2671.   !NewDoor/Main.C
  2672.   ===============
  2673.  
  2674.     set default stack size to 16k, this is because if you call many routines in
  2675.     the shared library (hbbscommon.library) you might run out of stack space
  2676.     causing spurious errors at random places due to memory corruption.
  2677.  
  2678.   All_Levels (access file)
  2679.   ========================
  2680.  
  2681.     Setup "C" and "EMAIL" doors to use the "write_mail" door (see below..)
  2682.     note the use of _Param_1=<blah>
  2683.  
  2684.   Mail  (note: as of today none of this works, I'm just laying the groundwork for it..)
  2685.   ====
  2686.  
  2687.     Created all the dirs for the mail sub-system.
  2688.  
  2689.     HBBS:Mail/Public
  2690.     HBBS:Mail/Users
  2691.     HBBS:Mail/Sysop
  2692.     HBBS:Mail/Groups
  2693.     HBBS:Mail/Groups/LSD         (for use with example setup, see BBSGroups in BBSGlobal)
  2694.  
  2695.     HBBS:Conferences/<confname>/Mail
  2696.  
  2697.     from the above you can see that there are a few places for mail to reside.
  2698.  
  2699.     each user will have a *private* mailbox, they have a directory in HBBS:Mail/Users
  2700.     the dir name is the same as the users ID (not handle)  e.g.  HBBS:Mail/Users/1
  2701.  
  2702.     the sysop has his own private mailbox (as well as a user mailbox) in which
  2703.     stuff like sysop comments are placed
  2704.  
  2705.     there is a public dir, any mail in here is scanned by all users everytime they
  2706.     login, this is where system ealls go
  2707.  
  2708.     each conference has it's own mail dir, this is where conference related mail goes
  2709.     it can be addressed to individual users or ealls, e.g. this is where you'd tell all
  2710.     your amiga users to download a new amiga release, rather than creating an eall
  2711.     in the public mailbox
  2712.  
  2713.     then you have group mail, a user can address a mail message to a particular group
  2714.  
  2715.     group mail works on a sort of bulletin board principle, a tag for each user having
  2716.     read a message is saved so they dont read it again.
  2717.  
  2718.     mail will have expiry dates! (yeah, ok, all you sysops fed up of asking users to
  2719.     delete thier mail can line up in a queue and thank me one at a time!)
  2720.  
  2721.   Write_Mail
  2722.   ==========
  2723.  
  2724.     Started writing this door now,  just creating some routines that will be
  2725.     put into hbbscommon.c at the moment,
  2726.  
  2727.     like things for checking a list of user handles passed to a function via a
  2728.     string, it then checks the usernames are valid, and passes them, as well as
  2729.     the id numbers, back to the user as well as a return value. (true, false)
  2730.  
  2731.     See HBBS:Source/User_Doors/Mail/Mail_Common.c for some interesting info
  2732.     on how mail messages are made..
  2733.  
  2734.  
  2735.  
  2736.  
  2737. 28-11-1995 (AM)
  2738. ===============
  2739.  
  2740.   Just got back from watching the new james bond film "Golden Eye", if you've not
  2741.   sen it yet then do so now!  It's cool... Total Blast Fest!
  2742.  
  2743.   Why do I do this ?  It's 01:36 am and I'm sitting here coding...  !?!
  2744.  
  2745.   Still, Sega Rally on my saturn is COOL, got it on saturday so spend most of
  2746.   saturday evening with 4 m8s playing it on it's split screen mode.  Gfx wise it's
  2747.   just as good (if not better) than ridge racer on my ps-x...
  2748.  
  2749.   Control
  2750.   =======
  2751.  
  2752.     Checking some enforcer hits caused by a missing conference directory.
  2753.     It turned out it was caused by the routine HBBS_DoErrorMessage() in
  2754.     HBBSCommon.library when it was passed a null pointer for the errormessage
  2755.  
  2756.   HBBSCommon.C
  2757.   ============
  2758.  
  2759.     Fixed enfocer hit in HBBS_DoErrorMessage()
  2760.  
  2761.   Node
  2762.   ====
  2763.  
  2764.     Calls "CheckUser" system door to check that the users account is ok.
  2765.  
  2766.     the users setting for language is not used.  .TXT is NOT automatically appended
  2767.     to a screen name.  If a user is not vaid (i.e. not logged in) then the first
  2768.     language defined in BBSGlobal will be used.
  2769.  
  2770.     See HBBS:BBSGlobal, LanguageExtn and LanguageName.  SelectLanguage Door,
  2771.     New User Door, CheckUser Door and Node_Input.c - DisplaySpecialScreen().
  2772.  
  2773.  
  2774.   CheckUser
  2775.   =========
  2776.  
  2777.     Door Created
  2778.  
  2779.     Checks all the users userdata is current and valid.  Can be used to
  2780.     check for stuff like sentbys.
  2781.  
  2782.     Currently only checks selected language and conference are valid.
  2783.  
  2784.   SelectLanguage
  2785.   ==============
  2786.  
  2787.     Displays a list of languages availiable to the user and lets them pick one
  2788.  
  2789.  
  2790. 23-11-1995 (PM) and 24-11-1995 (AM) Alpha Release 03
  2791. ====================================================
  2792.  
  2793.   Argh, It's 1:54 am and I need sleep...  I'm just about to lha this up now
  2794.   then I'm off to bed...  L8rz...
  2795.  
  2796.   Ok, the main things that have been done between this alpha version and
  2797.   the last one is the handling of uploads.  File ID's are now extracted and
  2798.   added to file lists..
  2799.  
  2800.   (p.s.  I've not included ZIP,UNZIP, LHA, TXTExtract, DMSDescript, GIFDesc
  2801.   or any other util used for handling archives or file ID's as you should
  2802.   already have these, I will however release them with the full version of HBBS)
  2803.  
  2804.   Oh, and I noticed that HBBS has been spread around many BBS's,  i don't want
  2805.   HBBS being spread in it's current form (i.e. unfinished),  I'm only releasing it
  2806.   like this to other possible sysop's and door coders..  It *may* be spread
  2807.   to all coders/sysop conferences however..  But not to general Amiga Warez
  2808.   conference... And woe-betide anyone who uploads it to Aminet!!
  2809.  
  2810.  
  2811.   Just so you know..  I've put some small files in HBBS:Nodes/Node3/PlayPen/T for
  2812.   you to test the uploads with.  copy them into the nodes playpen when HBBS tells
  2813.   you to copy files to the playpen
  2814.  
  2815.   Have fun now....
  2816.  
  2817.   Node
  2818.   ----
  2819.  
  2820.     Now Supports 2 new door types. these are:
  2821.  
  2822.     SCREEN  : just displays a text screen (pass the full file name as to _Door option)
  2823.     SSCREEN : displays a Special Screen (pass just the screen name with a path and
  2824.               without an extension as the _Door option..
  2825.  
  2826.  
  2827.     E.G. 1
  2828.  
  2829.     QS_Type_1=SSCREEN
  2830.     QS_Door_1=QuickStats
  2831.  
  2832.     typing QWS at the bbs prompt will force hbbs to look in the conference's
  2833.     screens/special dir for a file called "QuickStats.<LanguageExtn>"
  2834.     (e.g. QuickStats.TXT), if it's not there it'll look in the node's
  2835.     screens/special dir followed by hbbs:screens/special..
  2836.  
  2837.     E.G. 2
  2838.  
  2839.     QS_Type_1=SCREEN
  2840.     QS_Door_1=HBBS:Screens/Misc/QuickStats.TXT
  2841.  
  2842.     typing qs at the bbs prompt will force hbbs to display the file above..
  2843.  
  2844.   HBBSCommon.library
  2845.   ------------------
  2846.  
  2847.     HBBS_LoadConfig() does NOT call HBBS_LogError() when it can't open a config
  2848.     file anymore..  If you have optional config files then you get rather large
  2849.     ErrorLog files.   I might make it off-onable tho.. Let me know if you want it ?                  *I*
  2850.  
  2851.   AddCreds
  2852.   --------
  2853.  
  2854.     Door Created!  You should notice the stats going up a bit for uploaded files..
  2855.  
  2856.     Also...., Get this:  I've built in a little auto-award part to this
  2857.     door, check out the file HBBS:Doors/System/AddCreds/AddCreds.CFG
  2858.  
  2859.     basically you can get AddCreds to automatically add extra (or even remove)
  2860.     credits for a particular file or files.  As Always, Amiga Wildcards are supported
  2861.     so you can have:
  2862.  
  2863.      AwardFile_1=LSD#?
  2864.      AwardOpts_1=*3
  2865.  
  2866.     or
  2867.  
  2868.      AwardFile_2=PGS-ZD.LHA
  2869.      AwardFile_2=+2000000
  2870.  
  2871.     You get the jist... (it supports +,*,- and / options )
  2872.  
  2873.     Cool, isn't it ??
  2874.  
  2875.   MoveFile
  2876.   --------
  2877.  
  2878.     Created Door
  2879.  
  2880.     it basically moves a file from the playpen to a HOLD, BAD or UPLOAD dir.
  2881.  
  2882.     I wrote this at about 1:20am and I need some sleep now so I've not had change to
  2883.     test it much, although it appears to be working ok..  If it give you greif then
  2884.     remove the door from the "System" door list..
  2885.  
  2886.     It does however check for validated disks, free disk space and valid assigns,
  2887.     something that /X NEVER DID!! :-)  But hey, that's a suprise right! NOT!!!!
  2888.  
  2889.     If it cannot move a file then it'll attempt to put it in HBBS:LostFiles and
  2890.     will tell you so (also logs this in HBBS:ErrorLog)
  2891.  
  2892.  
  2893. 22-11-1995 (PM) and 23-11-1995 (AM)
  2894. ===================================
  2895.  
  2896.   CheckTags
  2897.   ---------
  2898.  
  2899.     Nothing changed, just a reminder that you can use all wildcards here..
  2900.  
  2901.     so #?.l??, *.ZIP or even ~(#?.LHA|#?.LZH)
  2902.  
  2903.     (the last example would clear all tags that did not end in .LHA or .LZH
  2904.     just if you didn't know what the ~, | or () things did.. :-)
  2905.  
  2906.     Amiga wildcards rule...
  2907.  
  2908.  
  2909.   Node & HBBSNode.library
  2910.   -----------------------
  2911.  
  2912.     The MaxLen option of HBBS_AdvancedGetLine() works ok now.. (yeah!!!)
  2913.     for an example, upload a file with no File_ID.DIZ, the ModifyDIZ door
  2914.     uses this function..
  2915.  
  2916.   File ID related doors
  2917.   ---------------------
  2918.  
  2919.     Updated bits and bobs here and there...
  2920.     looking much more like it now..
  2921.  
  2922.   System/FileID
  2923.   -------------
  2924.  
  2925.     There's now an option called Add_RenameDIZ_n=TRUE|FALSE option
  2926.     for each file type..
  2927.  
  2928.     I was thinking of making the lines in the file be the format
  2929.  
  2930.     n_OptionName=blah
  2931.  
  2932.     rather than
  2933.  
  2934.     OptionName_n=blah
  2935.  
  2936.     what do you think...
  2937.  
  2938.  
  2939. 20-11-1995 (PM) and 21-11-1995 (AM) :-)
  2940. =======================================
  2941.  
  2942.   HBBSCommon.C
  2943.   ------------
  2944.  
  2945.     Added HBBS_SaveFile(), it saves the ln_name items of a linked list to
  2946.     a text file.  Needs more error checking added to it.  For an example
  2947.     see "hbbs:source/doors_system/checkfiles/Main.c"
  2948.  
  2949.   FileList
  2950.   --------
  2951.  
  2952.     Changed output of ansi a bit
  2953.  
  2954.     recognises the P id.
  2955.  
  2956.   ExtractDIZ
  2957.   ----------
  2958.  
  2959.     Created work/<filename>.ADD as well as work/<filename>.DIZ now.
  2960.     the former is the file that gets stored in the archive as the file_id
  2961.     the latter is what is added to the file lists..
  2962.  
  2963.     (it ADDS file_id's as well as extracts them now..)
  2964.  
  2965.   AddDIZToList
  2966.   ------------
  2967.  
  2968.     This now works fine..
  2969.  
  2970.     I'll have to make it read the following files before it adds a diz..
  2971.  
  2972.     work/<filename>.DIZ
  2973.     work/<filename>.MISC
  2974.  
  2975.     stuff like sysop comments, sent by etc are stored in the .MISC file in the format
  2976.     of the file list.
  2977.  
  2978.  
  2979. 19-11-1995
  2980. ==========
  2981.  
  2982.   Just a reminder, if you want to test the upload door using something like Zmodem
  2983.   from your terminal program, then load it up, make sure you are using Node 3,
  2984.   set your terminal programs serial device to NullModem.device (instead of
  2985.   serial.device) and set the unit number to 7.  Then make sure node 3 is running the
  2986.   await connect door.  If so then just type ATD in your terminal program, press return
  2987.   and after a few seconds it should connect to the BBS! Whay..  Then log in as normal
  2988.   and just type out the "U" door...
  2989.  
  2990.   Distribution archives are now called HBBS-A??.L?? the first .LHA file is renames
  2991.   to .LHA to stop /X systems skipping it due to the archive being a multivolume
  2992.   archive.
  2993.  
  2994.   Common/Stuctures.c
  2995.   ------------------
  2996.  
  2997.     Added Various items to various structures, you *MUST* re-compile *all* of your
  2998.     programs that #include this file.
  2999.  
  3000.  
  3001.   Node
  3002.   ----
  3003.  
  3004.     When waiting for a call, Pressing F8 to switch between window/screen now
  3005.     causes the "await" (await connect) door to re-display the await.txt screen
  3006.  
  3007.     Added a MaxDIZLines to the node settings. (N_ND->NodeSettings.MaxDIZLines)
  3008.     N_ND->MaxDIZLines defaults to the above setting when the node is reset.
  3009.  
  3010.   JoinConference
  3011.   --------------
  3012.  
  3013.     Modified so that it copies N_ND->CurrentConf->MaxDIZLines to N_ND->MaxDIZLines
  3014.     when you join a new conference.
  3015.  
  3016.     Skips conferences that a user doesnot have access to when they use > or <
  3017.     at the prompt
  3018.  
  3019.     If they are a NEW user then the conferences that they do not have access to will
  3020.     notappear in the list
  3021.  
  3022.     If they are NOT a new user but don't have access to a particulat conference then
  3023.     that conference will show up in RED.
  3024.  
  3025.   CheckFiles
  3026.   ----------
  3027.  
  3028.     removed checking of sysop file and loading diz.
  3029.  
  3030.     moved LoadDIZ to a more generically usefull function called
  3031.     HBBS_LoadFile() and placed it in HBBSCommon.c
  3032.  
  3033.     changed references from Ask_UL to Conform_UL
  3034.  
  3035.   HBBSCommon.c
  3036.   ------------
  3037.  
  3038.     Added HBBS_LoadFile(),  loads a file into a linked list, one line of text
  3039.     for each node in the list.  free output with FreeStrList() get items with
  3040.     HBBS_ListName() etc..  Rather handy i thought...
  3041.  
  3042.   AskUl
  3043.   -----
  3044.  
  3045.     Renamed to ConfirmUL to avoid confusion between AskUL and AskULFiles (yet to be
  3046.     created)
  3047.  
  3048.  
  3049.  
  3050. 14-11-1995
  3051. ==========
  3052.  
  3053.   Released alpha version 02 onto digital candy this morning.
  3054.  
  3055.  
  3056.   FileList
  3057.   --------
  3058.  
  3059.     Sucessfully calls the "A" door to tag files
  3060.  
  3061. 12-11-1995 Alpha Release 02
  3062. ===========================
  3063.  
  3064.   Heheh, well, I didn't get my arcade machine yet, still waiting for it to arrive,
  3065.   but I did get a sega saturn last weekend, so most of this week has been spent
  3066.   playing on that and watching various films like Under Seige 2, Clueless and
  3067.   Apollo 13....  Sorry people!
  3068.  
  3069.   Oh well, atleast I got loads of work done on it this evening... it's 10:00pm now
  3070.   and I started at 5:00pm so I think I've been productive today..
  3071.  
  3072.   Tomorrow is cinema day (cheap day!) so I doubt I'll get much done then..
  3073.  
  3074.   The distribution of this (alpha) version if done by multi-volume LHA archives
  3075.   now, each file will be called HBBS-A<release>.L?? e.g.
  3076.  
  3077.   HBBS-A01.LHA
  3078.   HBBS-A01.L01
  3079.   HBBS-A01.L02
  3080.  
  3081.  
  3082.   Door coders should set their program's stack to 16384 (or thereabouts) if they
  3083.   are going to spawn other programs themselves (using HBBS_RunDOSCMD())
  3084.   to do this use LONG __stack=16384; somewhere just after your includes..
  3085.  
  3086.   AskUL
  3087.   -----
  3088.  
  3089.     Door Created, all working OK..
  3090.  
  3091.   Await Connect (Door)
  3092.   --------------------
  3093.  
  3094.     if Await.TXT is found in a screens dir then it does not display the list
  3095.     of function keys to you. (i.e. you're supposed to have them in the .txt
  3096.     file)   Created a nice little Await.TXT and stored it in HBBS/Screens/..
  3097.     Special/Ansi/Await.TXT
  3098.  
  3099.   Common/Strings.c
  3100.   ----------------
  3101.  
  3102.     added str_CSI_SF1-10 for shifted function keys
  3103.  
  3104.   System/FileID (Config File)
  3105.   ---------------------------
  3106.  
  3107.     changed @?@ codes to {?} codes (like the menu prompts use..)
  3108.     don't forget to use options like lha's -m for other diz extractors..
  3109.  
  3110.   ExtractDIZ (Door)
  3111.   -----------------
  3112.  
  3113.     Actually extracts the file id's now...
  3114.  
  3115.     *** Door not finished, until futher notice you must specify all options
  3116.     in the System/FileID file for each type of file to prevent errors
  3117.  
  3118.   Node
  3119.   ----
  3120.  
  3121.     You now have to press ShIFT+F10 to log a user off instead of just F10
  3122.     which is safer, no more accidental logoffs
  3123.  
  3124.     Runs a system door called Speed_<baudrate> after frontend.
  3125.     (still displays the screen too...)
  3126.  
  3127.     You can press F4 to re-display the await connect screen
  3128.  
  3129. 2-11-1995
  3130. =========
  3131.  
  3132.   Doh, I'm slipping, not been doing any coding for ages again,  it's this damn
  3133.   new playstation games that I've bought.. :-)  Too many games coming out
  3134.   on it now!
  3135.  
  3136.   Oh nooo!!  I just remembered, my new *arcade* machine is arriving next week
  3137.   complete with magic sword, gryzor, rygar and snow brothers P.C.B's..  That means
  3138.   at least a week of no more coding...
  3139.  
  3140.   ExtractDIZ
  3141.   ----------
  3142.  
  3143.   Did a bit more work on it..  It's getting there...
  3144.  
  3145. 24-10-1995
  3146. ==========
  3147.  
  3148.   ExtractDIZ
  3149.   ----------
  3150.  
  3151.   Created door, not finished in today's session..
  3152.   It will be a dual function door that will ADD and EXTRACT/UPDATE file id's from/to
  3153.   uploaded files...  you specify the mode using N_ND->ActiveDoor.SystemOptions
  3154.  
  3155.   AwaitConnect
  3156.   ------------
  3157.  
  3158.   Added F5, Toggle Modem Debug
  3159.  
  3160.  
  3161.   Who
  3162.   ---
  3163.   Changed ANSI
  3164.  
  3165.  
  3166.   Wall
  3167.   ----
  3168.   Changed ANSI
  3169.   Added a line of -'s to the top of the screen before the wall lines are printed
  3170.   only adds lines to the wall if the line is 4 chars or more
  3171.  
  3172.  
  3173.   CheckTags
  3174.   ---------
  3175.  
  3176.   Re-Wrote most of the CheckTags door.
  3177.   It's now LOADS smaller, and much more optimized
  3178.   It does not call the Add_Tags door once for each file the user wants to tag,
  3179.   instead it calls it once with all the files to tag as parameters
  3180.   Added help to it
  3181.   fixed all bugs with old version (due to re-write..)
  3182.   it now will ignore spaces before,between and after parameters.
  3183.   (other door writers should take note of how this is done, check out the source..)
  3184.  
  3185. 17-10-1995
  3186. ==========
  3187.  
  3188.   Created CheckFiles door, created CLIProtocol door uploading to the node's playpen
  3189.   now works!
  3190.  
  3191.   Modified the protocols a little bit (see struct ProtocolNode in structures.h)
  3192.  
  3193. 11-10-1995
  3194. ==========
  3195.  
  3196.   Control
  3197.   -------
  3198.  
  3199.     Removed enforcer hit when "control" closes.
  3200.  
  3201.   Node
  3202.   ----
  3203.  
  3204.     Node's now save their screenmode preferences to hbbs:system/data/nodex_private.cfg
  3205.  
  3206.     to save a node's window position and screenmode click the "Save Windows"
  3207.     button on the node's settings window.
  3208.  
  3209.     Removed enforcer hit after a node shuts down.
  3210.  
  3211.   NewUser
  3212.   -------
  3213.  
  3214.     NoNewAt_<BAUD>.TXT works
  3215.  
  3216.   HBBSNode
  3217.   --------
  3218.  
  3219.     Added DOOR_PausePrompt(char *prompt) to the library.
  3220.     it does the same as a @^PAUSE^@ command in a screen file...
  3221.  
  3222.  
  3223.   Ahh shit, not worked on hbbs for 2 weeks. At this rate it's never gonna
  3224.   get finished!
  3225.  
  3226. 25-09-1995
  3227. ==========
  3228.  
  3229. Wrote the Select_Mode utility (HBBS:Utils/Select_Mode)
  3230.  
  3231. Changed the "SetupAssigns" script.
  3232.  
  3233. The docs (BBSGlobal.Guide has not been updated yet!)
  3234.  
  3235. The current mail doors (MS, R, E and C at the bbs prompt) will be scrapped
  3236. as my (little) brother wrote them and they're shite and full of memory leaks!
  3237.  
  3238. Check out HBBS:Docs/Doors.TXT for full explanation of how each door works!
  3239. (note, I've just started working out how the new mail doors will work)
  3240.  
  3241.  
  3242.   Control
  3243.   -------
  3244.     Moved scr#? options from BBSGlobal to seperate file
  3245.  
  3246.     The Save Button on the Config window now works!
  3247.  
  3248.  
  3249.   Node
  3250.   ----
  3251.     The scr#? settings in NodeGlobal and NodeLocal still work, but they
  3252.     will also be moved to a seperate file soon!
  3253.  
  3254.     You can now have a door type CLI as well as NORMAL in the Command list
  3255.     files (HBBS:Commands/System), e.g.
  3256.  
  3257.       FrontEnd_Type_1=NORMAL
  3258.       FrontEnd_Door_1=HBBS:Doors/System/FrontEnd/FrontEnd.HBBS
  3259.       FrontEnd_Type_2=CLI
  3260.       FrontEnd_Door_2=HBBS:Scripts/CheckMem
  3261.  
  3262.       The "Checkmem" program above is a normal amigados program.
  3263.  
  3264.       note: the node number is still added to the programs arguments,
  3265.       as are the BBS Prompt commands!  (great for shells eh!!)
  3266.  
  3267.   CheckTags
  3268.   ---------
  3269.     you can go "A *" to clear all file tags at the BBS prompt
  3270.  
  3271.     added a few more printed messages
  3272.  
  3273.   HBBSCommon.library
  3274.   ------------------
  3275.  
  3276.     FreeStr() now actually sets the variable being freed to NULL regardless
  3277.     of a call to freevec()
  3278.  
  3279.